From d2fd456cad27349e2c1560ad3eb7896a301c6147 Mon Sep 17 00:00:00 2001 From: APTX Date: Fri, 13 Jan 2012 22:39:14 +0100 Subject: [PATCH] Use the right variable... --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 4ad3b3d..bdca6cf 100644 --- a/client.cpp +++ b/client.cpp @@ -394,7 +394,7 @@ void Client::doEncrypt(bool success) #ifdef ANIDBUDPCLIENT_CLIENT_STATE_MACHINE_DEBUG qDebug() << "doEncrypt init"; #endif - authenticatingStarted = false; + encryptionStarted = false; if (success) { #ifdef ANIDBUDPCLIENT_CLIENT_STATE_MACHINE_DEBUG -- 2.52.0