1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-14 21:44:19 +03:00

r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !

Doh !
Jeremy.
(This used to be commit 451d289f69)
This commit is contained in:
Jeremy Allison
2004-06-29 17:32:44 +00:00
committed by Gerald (Jerry) Carter
parent 33c2230524
commit 7310ba1b18

View File

@@ -1736,7 +1736,7 @@ void initiate_wins_processing(time_t t)
DEBUG(3,("initiate_wins_processing: deleting timed out DNS name %s\n", DEBUG(3,("initiate_wins_processing: deleting timed out DNS name %s\n",
nmb_namestr(&namerec->name))); nmb_namestr(&namerec->name)));
remove_name_from_namelist( wins_server_subnet, namerec ); remove_name_from_namelist( wins_server_subnet, namerec );
break; continue;
} }
/* handle records, samba is the wins owner */ /* handle records, samba is the wins owner */