diff options
-rw-r--r-- | source3/nameresp.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |