X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcommunicator.h;h=4bd5409c72587dfc9dbe9b98e43e04b0bbdf5d27;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hp=865e05dcfe429b4e28a05eb11b180b394771f233;hpb=2aab4004e71a2e5c773289e0be5e58aec6a8d339;p=libs%2Fnet.git diff --git a/source/communicator.h b/source/communicator.h index 865e05d..4bd5409 100644 --- a/source/communicator.h +++ b/source/communicator.h @@ -35,7 +35,7 @@ public: { if(handshake_status!=2) throw InvalidState("Handshaking is not done"); - unsigned size=protocol.assemble(pkt, out_buf, buf_size); + unsigned size = protocol.assemble(pkt, out_buf, buf_size); socket.write(out_buf, size); }