diff options
author | Michael Adam <obnox@samba.org> | 2013-09-22 22:51:48 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 08:14:26 +0200 |
commit | ee71610ab36c51ad62c80b7537cce64f5b044362 (patch) | |
tree | 09c784d8c26fd357c4e5c6c2528f94b72f3db1c1 | |
parent | c442305d4f1c8a33098998da4971063a70c5de2d (diff) | |
download | samba-ee71610ab36c51ad62c80b7537cce64f5b044362.tar.gz samba-ee71610ab36c51ad62c80b7537cce64f5b044362.tar.bz2 samba-ee71610ab36c51ad62c80b7537cce64f5b044362.zip |
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 <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source3/winbindd/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 7b5dc972b0..738d42fde9 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', |