Commit 8b3a3c28 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

additional minor fix wrt issue #42

parent 295cc65d
......@@ -9,7 +9,7 @@
#include "pb/server_message.pb.h"
#include "pb/event_server_identification.pb.h"
static const unsigned int protocolVersion = 13;
static const unsigned int protocolVersion = 14;
RemoteClient::RemoteClient(QObject *parent)
: AbstractClient(parent), timeRunning(0), lastDataReceived(0), messageInProgress(false), handshakeStarted(false), messageLength(0)
......@@ -180,6 +180,7 @@ void RemoteClient::doDisconnectFromServer()
timer->stop();
messageInProgress = false;
handshakeStarted = false;
messageLength = 0;
QList<PendingCommand *> pc = pendingCommands.values();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment