client fix sendDestroyRequest()

This commit is contained in:
Michael Davidsaver
2020-03-01 19:09:56 -08:00
parent 87c5aabc2f
commit 1f91eb9e5d
-1
View File
@@ -80,7 +80,6 @@ void Connection::sendDestroyRequest(uint32_t sid, uint32_t ioid)
EvOutBuf R(hostBE, txBody.get());
to_wire(R, uint16_t(1u));
to_wire(R, sid);
to_wire(R, ioid);
}