Restoring comment for clarity

This commit is contained in:
Ian Barber 2012-06-04 11:41:20 +01:00
parent ace7c99b91
commit 09956dee93

View File

@ -306,7 +306,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_)
zmq_assert (!pipe);
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]);
}