summaryrefslogtreecommitdiff
path: root/src/session.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-11-21 21:13:29 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-11-21 21:13:29 +0100
commit64634605b3ccb90d582cfdf380535c89bf900a0e (patch)
tree9bfe98774ae40fe15a59c9b7166aaded2a9246f7 /src/session.cpp
parent0e9ab2e8a3f5bc22f2c331c14236a2918a5512a8 (diff)
obsolete parameter removed from 'bind' command
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 eb0a963..388437b 100644
--- a/src/session.cpp
+++ b/src/session.cpp
@@ -155,7 +155,7 @@ void zmq::session_t::process_plug ()
out_pipe->set_endpoint (this);
}
- send_bind (owner, this, outbound ? &outbound->reader : NULL,
+ send_bind (owner, outbound ? &outbound->reader : NULL,
inbound ? &inbound->writer : NULL);
}