From e7bbda0b7f13bd8aa98dff6f97db9afec13e3dbd Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 20 Jul 2009 12:52:03 +0200 Subject: [PATCH] Attach connections on Macintosh too. --- src/net.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/net.cc b/src/net.cc index 5fad7a0..c71ab7f 100644 --- a/src/net.cc +++ b/src/net.cc @@ -187,6 +187,8 @@ Connection::Connect (const Arguments& args) connection->opening = true; ev_ref(EV_DEFAULT_UC); + + connection->Attach(); #ifdef __APPLE__ /* HACK: Bypass the thread pool and do it sync on Macintosh. @@ -202,7 +204,6 @@ Connection::Connect (const Arguments& args) * In the future I will move to a system using adns or udns: * http://lists.schmorp.de/pipermail/libev/2009q1/000632.html */ - connection->Attach(); eio_custom( Connection::Resolve , EIO_PRI_DEFAULT , Connection::AfterResolve -- 2.7.4