Commit d14f4197 authored by Dylan Cali's avatar Dylan Cali

another errant comment

parent 6dac5092
......@@ -38,8 +38,8 @@ int main (void)
rc = zmq_unbind (sb, endpoint);
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