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:
parent
33c2230524
commit
7310ba1b18
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user