mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 16:43:58 +00:00
Patch from Rob Gagnon, backport of test fix from master. Resolves LIBZMQ-462
This commit is contained in:
parent
d6aaa4a7ba
commit
5d3781a8bf
@ -49,6 +49,12 @@ int main (void)
|
||||
do_bind_and_verify (sb, "tcp://127.0.0.1:5561");
|
||||
do_bind_and_verify (sb, "ipc:///tmp/testep");
|
||||
|
||||
return 0 ;
|
||||
int rc = zmq_close (sb);
|
||||
assert (rc == 0);
|
||||
|
||||
rc = zmq_term (ctx);
|
||||
assert (rc == 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user