1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

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>
This commit is contained in:
Michael Adam 2013-09-22 22:51:48 +02:00
parent c442305d4f
commit ee71610ab3

View File

@ -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',