]> Some of my projects - anidbudpclient.git/commitdiff
Use the right variable...
authorAPTX <marek321@gmail.com>
Fri, 13 Jan 2012 21:39:14 +0000 (22:39 +0100)
committerAPTX <marek321@gmail.com>
Fri, 13 Jan 2012 21:39:14 +0000 (22:39 +0100)
client.cpp

index 4ad3b3df18716359062fc3e2239bde475b913a3f..bdca6cf181097cafa54932fb3909e6a4e5522e3f 100644 (file)
@@ -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