From 44472c7eae74c295b985630343492e4dbd458f3d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 22 Sep 2013 23:21:01 +0200 Subject: 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 Reviewed-by: Andrew Bartlett --- source3/winbindd/wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd') 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', -- cgit