mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 19:13:35 +01:00
another errant comment
This commit is contained in:
parent
6dac5092ad
commit
d14f419743
@ -38,8 +38,8 @@ int main (void)
|
|||||||
rc = zmq_unbind (sb, endpoint);
|
rc = zmq_unbind (sb, endpoint);
|
||||||
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