X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fcommunicator.cpp;h=051e45a14bbb4f33d262429df400fe4f6b6b60dd;hp=07c3be4f6b1d7c25623a957217a98f5bccea21a6;hb=5f312d842b55f53ac78ae2c658cab064debe74e6;hpb=c2d202f9b482be7b439436970d6366c369837107 diff --git a/source/net/communicator.cpp b/source/net/communicator.cpp index 07c3be4..051e45a 100644 --- a/source/net/communicator.cpp +++ b/source/net/communicator.cpp @@ -116,9 +116,7 @@ void Communicator::data_available() while(more) { if(handshake_status==2) - { more = receive_packet(protocol, receiver); - } else { HandshakeProtocol hsproto;