From acb71e0096958ecc464fad49a9b2a500f78aad9d Mon Sep 17 00:00:00 2001 From: Stoian Ivanov Date: Sat, 10 May 2014 14:06:37 +0300 Subject: [PATCH] store also here! --- src/session_base.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/session_base.cpp b/src/session_base.cpp index 756d8df4..12b90b5e 100644 --- a/src/session_base.cpp +++ b/src/session_base.cpp @@ -355,6 +355,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_) pipe = pipes [0]; // Store engine assoc_fd for lilnking pipe to fd pipe->assoc_fd=engine_->get_assoc_fd(); + pipes[1]->assoc_fd=pipe->assoc_fd; // Ask socket to plug into the remote end of the pipe. send_bind (socket, pipes [1]); }