1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

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

Doh !
Jeremy.
(This used to be commit 451d289f6971a74757b72577cc587bef06585540)
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",
nmb_namestr(&namerec->name)));
remove_name_from_namelist( wins_server_subnet, namerec );
break;
continue;
}
/* handle records, samba is the wins owner */