diff options
Diffstat (limited to 'src/socket_base.cpp')
| -rw-r--r-- | src/socket_base.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket_base.cpp b/src/socket_base.cpp index fae55f2..1682c05 100644 --- a/src/socket_base.cpp +++ b/src/socket_base.cpp @@ -450,8 +450,8 @@ int zmq::socket_base_t::connect (const char *addr_)          //  Attach local end of the pipe to the socket object.          attach_pipe (pipes [0], blob_t ()); -        //  Attach remote end of the pipe to the session object. -        session->attach_pipe (pipes [1], blob_t ()); +        //  Attach remote end of the pipe to the session object later on. +        session->attach_pipe (pipes [1]);      }      //  Activate the session. Make it a child of this socket.  | 
