From 1191bf066072333c78c35918fad36b9e99953884 Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 2 Jan 2012 01:50:07 +0100 Subject: [PATCH] Initialize all variables... --- client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client.cpp b/client.cpp index 5626d91..778127a 100644 --- a/client.cpp +++ b/client.cpp @@ -41,6 +41,7 @@ qDebug() << "Api instance init!"; disconnecting = false; authenticatingStarted = false; + encryptionStarted = false; usingEncryption = false; commandsTimedOut = 0; -- 2.52.0