fix handling of pva_ctrl_msg::SetEndian
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user