STEPXX: STEP95? exit_common no panic
authorStefan Metzmacher <metze@samba.org>
Tue, 24 Jun 2014 16:12:41 +0000 (18:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 13:41:23 +0000 (14:41 +0100)
source3/smbd/server_exit.c

index d51b73d5131db2aeca746a1057f5509a3699f904..b31f410f040ba7dc50eb1c47ba1b83e1e611301c 100644 (file)
@@ -241,7 +241,9 @@ static void exit_server_common(enum server_exit_reason how,
 
        if (how != SERVER_EXIT_NORMAL) {
 
-               smb_panic(reason);
+               DEBUG(3,("Server abort (%s)\n",
+                       (reason ? reason : "normal exit")));
+               //smb_panic(reason);
 
                /* Notreached. */
                exit(1);