]> Some of my projects - anidbudpclient.git/commitdiff
Fix enterAuthenticatingState() if we have a session id.
authorAPTX <marek321@gmail.com>
Mon, 29 Nov 2010 17:03:34 +0000 (18:03 +0100)
committerAPTX <marek321@gmail.com>
Mon, 29 Nov 2010 17:03:34 +0000 (18:03 +0100)
client.cpp

index 4d120d61c629f533a1d27b6273e7afabfd858703..60d56fa17eccd61ac950f024ee3b0ce5e11ab267 100644 (file)
@@ -336,6 +336,7 @@ qDebug() << "Entering Authenticating State";
                enqueueControlCommand(authReply, true);
                return;
        }
+       authenticatingStarted = false;
        emit authenticated();
 }