]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Someone really should fix the blocking connects on windows craq...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 23 Aug 2007 22:58:37 +0000 (22:58 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 23 Aug 2007 22:58:37 +0000 (22:58 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7813 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspsocket.cpp

index e2a2ab8ee07b526d260adf4f5004eaef26515750..be90b6e8491391287829e8de7986a8ed6ffcffba 100644 (file)
@@ -303,6 +303,8 @@ bool InspSocket::DoConnect()
                }
        }
 
+       Instance->SE->NonBlocking(this->fd);
+
 #ifdef WIN32
        /* UGH for the LOVE OF ZOMBIE JESUS SOMEONE FIX THIS!!!!!!!!!!! */
        Instance->SE->Blocking(this->fd);