build: remove vars=locals() from the IDMAP_AD subsystem: there is no need for this
authorMichael Adam <obnox@samba.org>
Sun, 22 Sep 2013 20:51:48 +0000 (22:51 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 23 Sep 2013 06:14:26 +0000 (08:14 +0200)
Might have been a copy'n'paste.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/winbindd/wscript_build

index 7b5dc972b0692ad1bcf1ab3a514796239250d102..738d42fde9f21194ece27f933adc69e543b6ee96 100644 (file)
@@ -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',