r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !
authorJeremy Allison <jra@samba.org>
Tue, 29 Jun 2004 17:32:44 +0000 (17:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:05 +0000 (10:52 -0500)
Doh !
Jeremy.

source/nmbd/nmbd_winsserver.c

index 8ebdfadbf787d4876105cdb48538707a4035c822..0e0289d9a331c496b3137cd68065d212085c6b67 100644 (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 */