From 7f029aad350d64efa8aef0ec1432d077ea3426b2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 14 Sep 2010 17:37:01 +1000 Subject: s4-finddcs: rename finddcs to finddcs_nbt finddcs_nbt is currently unused, but will later be a fallback is a cldap DC find fails. Pair-Programmed-With: Andrew Bartlett --- source4/libcli/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/wscript_build') diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 33623109e5..826c9da8f4 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -69,7 +69,7 @@ bld.SAMBA_SUBSYSTEM('LP_RESOLVE', bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS', - source='finddcs.c finddcs_cldap.c', + source='finddcs_nbt.c finddcs_cldap.c', autoproto='finddcs_proto.h', public_deps='LIBCLI_NBT MESSAGING RPC_NDR_IRPC LIBCLI_CLDAP' ) -- cgit