diff options
m--------- | lib/polarssl | 0 | ||||
-rw-r--r-- | src/main.cpp | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/polarssl b/lib/polarssl -Subproject c78c8422c25b9dc38f09eded3200d565375522e +Subproject 2cb1a0c4009ecf368ecc74eb428394e10f9e6d0 diff --git a/src/main.cpp b/src/main.cpp index 9acc7db3a..c8cd2d4fe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,6 +69,7 @@ void NonCtrlHandler(int a_Signal) std::signal(a_Signal, SIG_DFL); LOGERROR(" D: | MCServer has encountered an error and needs to close"); LOGERROR("Details | SIGABRT: Server self-terminated due to an internal fault"); + exit(EXIT_FAILURE); break; } case SIGINT: |