another errant comment

This commit is contained in:
Dylan Cali 2015-06-28 21:29:23 -05:00
parent 6dac5092ad
commit d14f419743

View File

@ -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;
}