From 7025f5b4b505b50e77be184cf5979ab2c04cf76b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 23:20:12 +0200 Subject: build: remove vars=locals() from the IDMAP_HASH subsystem: there is no need for this Might have been a copy'n'paste. Signed-off-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/winbindd/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/winbindd/wscript_build') diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index b1aa65efbd7..6c2cab7488a 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -16,8 +16,7 @@ bld.SAMBA3_SUBSYSTEM('IDMAP_TDB_COMMON', bld.SAMBA3_SUBSYSTEM('IDMAP_HASH', source='idmap_hash/idmap_hash.c idmap_hash/mapfile.c', - deps='samba-util krb5samba', - vars=locals()) + deps='samba-util krb5samba') bld.SAMBA3_SUBSYSTEM('IDMAP_AD', source='idmap_ad.c', -- cgit v1.2.1