mirror of
https://github.com/samba-team/samba.git
synced 2025-09-21 21:44:21 +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:
committed by
Gerald (Jerry) Carter
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 */
|
||||
|
Reference in New Issue
Block a user