mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 02:53:12 +01:00
Merge branch 'master' of git@github.com:sustrik/zeromq2
This commit is contained in:
@@ -148,7 +148,7 @@ zmq::socket_base_t *zmq::app_thread_t::create_socket (int type_)
|
||||
case ZMQ_P2P:
|
||||
case ZMQ_REQ:
|
||||
case ZMQ_REP:
|
||||
s = new socket_base_t (this);
|
||||
s = new socket_base_t (this, type_);
|
||||
break;
|
||||
default:
|
||||
// TODO: This should be EINVAL.
|
||||
|
||||
Reference in New Issue
Block a user