Commit 14054ecc authored by Martin Hurton's avatar Martin Hurton

Fix typo: zmq_close -> zmq_msg_close

parent 708298d7
......@@ -169,7 +169,7 @@ int zmq::rep_t::xsend (zmq_msg_t *msg_, int flags_)
reply_pipe->flush ();
}
else {
zmq_close (msg_);
zmq_msg_close (msg_);
}
waiting_for_reply = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment