mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
fix errant comments
This commit is contained in:
parent
a9fd750e1c
commit
6dac5092ad
@ -33,8 +33,8 @@ int main (void)
|
|||||||
rc = zmq_unbind (sb, "inproc://a");
|
rc = zmq_unbind (sb, "inproc://a");
|
||||||
assert (rc == 0);
|
assert (rc == 0);
|
||||||
|
|
||||||
// rc = zmq_ctx_term (ctx);
|
rc = zmq_ctx_term (ctx);
|
||||||
// assert (rc == 0);
|
assert (rc == 0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user