mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 13:21:10 +01:00
Fixed issue #500
This commit is contained in:
@@ -135,6 +135,7 @@ zmq::socket_base_t::socket_base_t (ctx_t *parent_, uint32_t tid_, int sid_) :
|
||||
monitor_events (0)
|
||||
{
|
||||
options.socket_id = sid_;
|
||||
options.ipv6 = parent_->get (ZMQ_IPV6);
|
||||
}
|
||||
|
||||
zmq::socket_base_t::~socket_base_t ()
|
||||
|
||||
Reference in New Issue
Block a user