mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 00:08:02 +02:00
Revert "Revert "Problem: deprecated use and reference of zmq_term
""
This commit is contained in:
@@ -75,7 +75,7 @@ int main (int, char *[])
|
||||
rc = zmq_close (s_out);
|
||||
assert (rc == 0);
|
||||
|
||||
rc = zmq_term (ctx);
|
||||
rc = zmq_ctx_term (ctx);
|
||||
assert (rc == 0);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user