mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Problem: typo
Solution: fix it
This commit is contained in:
parent
cc29578088
commit
e6edc4729e
@ -114,7 +114,7 @@ int zmq::server_t::xsend (msg_t *msg_)
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Message might be delivired over inproc, so we reset routing id
|
||||
// Message might be delivered over inproc, so we reset routing id
|
||||
int rc = msg_->reset_routing_id ();
|
||||
errno_assert (rc == 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user