summaryrefslogtreecommitdiff
path: root/src/inspsocket.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-23 22:58:37 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-08-23 22:58:37 +0000
commit81a15c60c009fa23687944df01942ac9abc8cabc (patch)
tree6056988531d02c17e61808d5f003b79f12793a1d /src/inspsocket.cpp
parent4a91fd0ddfd7599001370fe6fe089d9ee33069ef (diff)
Someone really should fix the blocking connects on windows craq...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7813 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r--src/inspsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index e2a2ab8ee..be90b6e84 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -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);