From 8fbaded63a9016233a282104eb384458aab53f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 26 Sep 2017 23:35:33 +0200 Subject: [PATCH] prevent remaining in shutdown loop --- server/guhapplication.cpp | 1 + 1 file changed, 1 insertion(+) 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++;