mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-18 17:36:57 +00:00
fix errant comments
This commit is contained in:
parent
c8c36f5907
commit
b0023f0ccf
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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