From ee71610ab36c51ad62c80b7537cce64f5b044362 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 22:51:48 +0200 Subject: [PATCH] build: remove vars=locals() from the IDMAP_AD 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 7b5dc972b06..738d42fde9f 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -38,7 +38,6 @@ bld.SAMBA3_SUBSYSTEM('IDMAP_HASH', bld.SAMBA3_SUBSYSTEM('IDMAP_AD', source=IDMAP_AD_SRC, deps='ads nss_info', - vars=locals(), enabled=bld.CONFIG_SET("HAVE_LDAP")) bld.SAMBA3_MODULE('idmap_ad', -- 2.11.4.GIT