fix handling of pva_ctrl_msg::SetEndian

This commit is contained in:
Michael Davidsaver
2022-05-17 14:51:16 -07:00
parent d717ecd9ed
commit cce797263d
13 changed files with 49 additions and 25 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ void Channel::disconnect(const std::shared_ptr<Channel>& self)
{
(void)evbuffer_drain(current->txBody.get(), evbuffer_get_length(current->txBody.get()));
EvOutBuf R(hostBE, current->txBody.get());
EvOutBuf R(current->sendBE, current->txBody.get());
to_wire(R, sid);
to_wire(R, cid);