From f25ad21617d7887d68bff3cad31045e8a98e3cae Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 21 Jan 2006 08:53:56 +0000 Subject: r13060: - return only active addresses in name query responses - replicate only active addresses metze (This used to be commit 6325abd95c5df855e8d1de2be9745940a29ba00a) --- source4/nbt_server/wins/winsserver.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/nbt_server/wins/winsserver.c') diff --git a/source4/nbt_server/wins/winsserver.c b/source4/nbt_server/wins/winsserver.c index 7d3ab8294b..5cc3a51a00 100644 --- a/source4/nbt_server/wins/winsserver.c +++ b/source4/nbt_server/wins/winsserver.c @@ -492,7 +492,6 @@ static void nbtd_winsserver_register(struct nbt_name_socket *nbtsock, /* * if the registration is for an address that is currently active, then * just update the expiry time of the record and the address - * TODO: is this correct? */ winsdb_addr = winsdb_addr_list_check(rec->addresses, address); if (winsdb_addr) { @@ -525,9 +524,7 @@ static void nbtd_winsserver_register(struct nbt_name_socket *nbtsock, /* * if the registration is for an address that is currently active, then - * just update the expiry time * just update the expiry time of the record and the address - * TODO: is this correct? */ winsdb_addr = winsdb_addr_list_check(rec->addresses, address); if (winsdb_addr) { -- cgit