]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/communicator.cpp
Some largely cosmetic touch-up
[libs/net.git] / source / net / communicator.cpp
index 07c3be4f6b1d7c25623a957217a98f5bccea21a6..051e45a14bbb4f33d262429df400fe4f6b6b60dd 100644 (file)
@@ -116,9 +116,7 @@ void Communicator::data_available()
                while(more)
                {
                        if(handshake_status==2)
-                       {
                                more = receive_packet(protocol, receiver);
-                       }
                        else
                        {
                                HandshakeProtocol hsproto;