From 76bd6e73c335dbebd8bd30565f83a810058f2cc8 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 11 Aug 2010 17:06:49 +0200 Subject: engine termination on disconnect fixed --- src/connect_session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connect_session.cpp') 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 (); -- cgit v1.2.3