summaryrefslogtreecommitdiff
path: root/source4/nbt_server/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-30 12:13:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:03 -0500
commit805f5d861fe84ff9bc53f974d667434b7d4c60d8 (patch)
tree7f5b91a5bd5e6a36dba28e864a25921d6bbb31ad /source4/nbt_server/config.mk
parenta6d0d564597ea793e0a145ff39fafd6a0dfd6c0f (diff)
downloadsamba-805f5d861fe84ff9bc53f974d667434b7d4c60d8.tar.gz
samba-805f5d861fe84ff9bc53f974d667434b7d4c60d8.tar.bz2
samba-805f5d861fe84ff9bc53f974d667434b7d4c60d8.zip
r12606: - fix multihomed registrations
always remove the addresses which are no longer valid - use the wins_challenge_send/recv calls which are also used by the replication challenge metze (This used to be commit 037b5d9f3661fd7a121d1db0a50dc7743d62a5e1)
Diffstat (limited to 'source4/nbt_server/config.mk')
-rw-r--r--source4/nbt_server/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/nbt_server/config.mk b/source4/nbt_server/config.mk
index 61d2a7a3d6..ac342840ac 100644
--- a/source4/nbt_server/config.mk
+++ b/source4/nbt_server/config.mk
@@ -17,6 +17,7 @@ OBJ_FILES = \
wins/winsserver.o \
wins/winsclient.o \
wins/winswack.o
+PRIVATE_PROTO_HEADER = wins/winswack_proto.h
REQUIRED_SUBSYSTEMS = \
LIBCLI_NBT WINSDB
# End SUBSYSTEM NBTD_WINS