failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call to
authorSamba Release Account <samba-bugs@samba.org>
Thu, 7 Aug 1997 13:42:26 +0000 (13:42 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Thu, 7 Aug 1997 13:42:26 +0000 (13:42 +0000)
exit()).  this is a bad idea.

lkcl
(This used to be commit e6334c14d539129ddf6609b6cae6145cffa0d9fc)

source3/nameresp.c

index 27796ec07c4d0da846cf1c43d10b4a9a5d93bcc6..23e70a7064d9d5356f4c0fac0c011d4266ce2fd3 100644 (file)
@@ -177,8 +177,7 @@ static void dead_netbios_entry(struct subnet_record *d,
        }
       else
         {
-          DEBUG(0, ("ERROR: nmbd configured as domain master and one already exitsts !!!\n"));
-          exit(1);
+          DEBUG(1, ("nmbd configured as domain master and one already exists\n"));
         }
       break;
     }