summaryrefslogtreecommitdiff
path: root/src/connect_session.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-11 17:06:49 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-25 15:39:20 +0200
commit76bd6e73c335dbebd8bd30565f83a810058f2cc8 (patch)
treeb3db6f4bbecfe796fb53b4ab968aaf06349817ba /src/connect_session.cpp
parentd13933bc62fce71b5a58118020e0dd3776e79aa9 (diff)
engine termination on disconnect fixed
Diffstat (limited to 'src/connect_session.cpp')
-rw-r--r--src/connect_session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connect_session.cpp b/src/connect_session.cpp
index 5c088f6..896cc48 100644
--- a/src/connect_session.cpp
+++ b/src/connect_session.cpp
@@ -104,7 +104,7 @@ void zmq::connect_session_t::start_connecting ()
zmq_assert (false);
}
-void zmq::connect_session_t::detach ()
+void zmq::connect_session_t::detached ()
{
// Clean up the mess left over by the failed connection.
clean_pipes ();