From 8df69f8601aa88efcadf149d8dd323036d5fce42 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Thu, 7 Aug 1997 13:42:26 +0000 Subject: failure to register DOMAIN<1b> netbios name caused nmbd to exit (a call to exit()). this is a bad idea. lkcl (This used to be commit e6334c14d539129ddf6609b6cae6145cffa0d9fc) --- source3/nameresp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/nameresp.c') diff --git a/source3/nameresp.c b/source3/nameresp.c index 27796ec07c..23e70a7064 100644 --- a/source3/nameresp.c +++ b/source3/nameresp.c @@ -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; } -- cgit