From 40e98df40a837b33bce65a432a2e6dd0c8fcbab7 Mon Sep 17 00:00:00 2001 From: APTX Date: Fri, 15 Jun 2012 14:55:26 +0200 Subject: [PATCH] Queue the command... --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 4a6ae7a..466b890 100644 --- a/client.cpp +++ b/client.cpp @@ -550,7 +550,7 @@ qDebug() << "Entering IdleTiemout State"; if (uptimeReply) uptimeReply->deleteLater(); uptimeReply = createReply(UptimeCommand()); - sendCommand(uptimeReply); + enqueueControlCommand(uptimeReply); default: break; } -- 2.52.0