summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-22 23:20:12 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 08:14:26 +0200
commit7025f5b4b505b50e77be184cf5979ab2c04cf76b (patch)
tree85ed3c0c747bd3a3d54eb4d4331b94a7da2e62aa /source3/winbindd/wscript_build
parent1eef6bd72c14df59dfb5c62220ecc05366a7a65e (diff)
downloadsamba-7025f5b4b505b50e77be184cf5979ab2c04cf76b.tar.gz
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 <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build3
1 files changed, 1 insertions, 2 deletions
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',