diff options
author | Michael Adam <obnox@samba.org> | 2013-09-22 23:20:12 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-09-23 08:14:26 +0200 |
commit | 7025f5b4b505b50e77be184cf5979ab2c04cf76b (patch) | |
tree | 85ed3c0c747bd3a3d54eb4d4331b94a7da2e62aa /source3 | |
parent | 1eef6bd72c14df59dfb5c62220ecc05366a7a65e (diff) | |
download | samba-7025f5b4b505b50e77be184cf5979ab2c04cf76b.tar.gz samba-7025f5b4b505b50e77be184cf5979ab2c04cf76b.tar.bz2 samba-7025f5b4b505b50e77be184cf5979ab2c04cf76b.zip |
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')
-rw-r--r-- | source3/winbindd/wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index b1aa65efbd..6c2cab7488 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', |