From: APTX Date: Mon, 29 Nov 2010 17:03:34 +0000 (+0100) Subject: Fix enterAuthenticatingState() if we have a session id. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=1344779b937865845280e4dec4a1cdc4f712bcac;p=anidbudpclient.git Fix enterAuthenticatingState() if we have a session id. --- 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(); }