Skip to content
Snippets Groups Projects
Commit 896f85f2 authored by Irene Y Zhang's avatar Irene Y Zhang
Browse files

fixing bug in vr replica, not replying with clientreqid

parent a6bb1e80
No related branches found
No related tags found
No related merge requests found
......@@ -513,7 +513,8 @@ VRReplica::HandleUnloggedRequest(const TransportAddress &remote,
Debug("Received unlogged request %s", (char *)msg.req().op().c_str());
ExecuteUnlogged(msg.req(), reply);
reply.set_clientreqid(msg.req().clientreqid());
if (!(transport->SendMessage(this, remote, reply)))
Warning("Failed to send reply message");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment