From 805f5d861fe84ff9bc53f974d667434b7d4c60d8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Dec 2005 12:13:46 +0000 Subject: 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) --- source4/nbt_server/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/nbt_server/config.mk') 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 -- cgit