mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 16:43:58 +00:00
Fixed issue #448
This commit is contained in:
parent
e18b69bfa1
commit
2fe4a355fd
@ -1168,4 +1168,5 @@ void zmq::socket_base_t::stop_monitor()
|
|||||||
monitor_socket = NULL;
|
monitor_socket = NULL;
|
||||||
monitor_events = 0;
|
monitor_events = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -240,3 +240,4 @@ namespace zmq
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user