summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-22 23:21:01 +0200
committerMichael Adam <obnox@samba.org>2013-09-23 08:14:27 +0200
commit44472c7eae74c295b985630343492e4dbd458f3d (patch)
tree7e1b6456e90f42d85dbb66230cf3fb86be0d5359 /source3/winbindd
parent7025f5b4b505b50e77be184cf5979ab2c04cf76b (diff)
downloadsamba-44472c7eae74c295b985630343492e4dbd458f3d.tar.gz
samba-44472c7eae74c295b985630343492e4dbd458f3d.tar.bz2
samba-44472c7eae74c295b985630343492e4dbd458f3d.zip
build: remove vars=locals() from the nss_info library: 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')
-rw-r--r--source3/winbindd/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 6c2cab7488..250037f63e 100644
--- a/source3/winbindd/wscript_build
+++ b/source3/winbindd/wscript_build
@@ -111,7 +111,6 @@ bld.SAMBA3_MODULE('idmap_autorid',
bld.SAMBA3_LIBRARY('nss_info',
source='nss_info.c',
deps='samba-util param',
- vars=locals(),
private_library=True)
bld.SAMBA3_MODULE('nss_info_template',