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
@@ -35,7 +35,7 @@ struct ServerIntrospect : public ServerOp
{
(void)evbuffer_drain(conn->txBody.get(), evbuffer_get_length(conn->txBody.get()));
EvOutBuf R(hostBE, conn->txBody.get());
EvOutBuf R(conn->sendBE, conn->txBody.get());
to_wire(R, uint32_t(ioid));
to_wire(R, sts);
if(type)