Commit 10dd8c53 authored by malosek's avatar malosek

Merge branch 'master' of git@github.com:sustrik/zeromq2

parents 03d494d4 fc7715b4
...@@ -107,6 +107,8 @@ void zmq::zmq_connecter_t::start_connecting () ...@@ -107,6 +107,8 @@ void zmq::zmq_connecter_t::start_connecting ()
// Connect may succeed in synchronous manner. // Connect may succeed in synchronous manner.
if (rc == 0) { if (rc == 0) {
handle = add_fd (tcp_connecter.get_fd ());
handle_valid = true;
out_event (); out_event ();
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment