diff --git a/server/guhapplication.cpp b/server/guhapplication.cpp index 4a867e0b..0054f5e9 100644 --- a/server/guhapplication.cpp +++ b/server/guhapplication.cpp @@ -178,6 +178,7 @@ static void catchUnixSignals(const std::vector& quitSignals, const std::vec break; default: qCCritical(dcApplication()) << "Fuck this shit."; + GuhApplication::quit(); break; } s_shutdownCounter++;