Commit 6dac5092 authored by Dylan Cali's avatar Dylan Cali

fix errant comments

parent a9fd750e
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment