From 1344779b937865845280e4dec4a1cdc4f712bcac Mon Sep 17 00:00:00 2001 From: APTX Date: Mon, 29 Nov 2010 18:03:34 +0100 Subject: [PATCH] Fix enterAuthenticatingState() if we have a session id. --- client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client.cpp b/client.cpp index 4d120d6..60d56fa 100644 --- a/client.cpp +++ b/client.cpp @@ -336,6 +336,7 @@ qDebug() << "Entering Authenticating State"; enqueueControlCommand(authReply, true); return; } + authenticatingStarted = false; emit authenticated(); } -- 2.52.0