Commit 09956dee authored by Ian Barber's avatar Ian Barber

Restoring comment for clarity

parent ace7c99b
...@@ -306,7 +306,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_) ...@@ -306,7 +306,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_)
zmq_assert (!pipe); zmq_assert (!pipe);
pipe = pipes [0]; pipe = pipes [0];
// Ask socket to plug into the pipe. // Ask socket to plug into the remote end of the pipe.
send_bind (socket, pipes [1]); send_bind (socket, pipes [1]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment