summaryrefslogtreecommitdiff
path: root/src/session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.cpp')
-rw-r--r--src/session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.cpp b/src/session.cpp
index b2393d8..909501a 100644
--- a/src/session.cpp
+++ b/src/session.cpp
@@ -245,7 +245,7 @@ void zmq::session_t::process_attach (i_engine *engine_,
}
send_bind (owner, outbound ? &outbound->reader : NULL,
- inbound ? &inbound->writer : NULL);
+ inbound ? &inbound->writer : NULL, peer_identity);
}
// Plug in the engine.