mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +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");
|
||||
assert (rc == 0);
|
||||
|
||||
// rc = zmq_ctx_term (ctx);
|
||||
// assert (rc == 0);
|
||||
rc = zmq_ctx_term (ctx);
|
||||
assert (rc == 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user