identd: Cleanup
[quassel.git] / src / core / corenetwork.h
index 668f314..44dcd06 100644 (file)
@@ -453,7 +453,7 @@ private:
 #else
     QTcpSocket socket;
 #endif
-    qint64 _socketId;
+    qint64 _socketId{0};
 
     CoreUserInputHandler *_userInputHandler;