Commit 7310ba1b authored by Jeremy Allison's avatar Jeremy Allison Committed by Gerald (Jerry) Carter
Browse files

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

Doh !
Jeremy.
(This used to be commit 451d289f6971a74757b72577cc587bef06585540)
parent 33c22305
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */