@@ -33,7 +33,7 @@ public:
emit otherApplicationStarted();
});
- if (m_server->listen())
+ if (!m_server->listen())
throw FatalException("Failed to listen to uniqueApp socket: " + m_server->errorString());
}