summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspsocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp
index 4aff8f4c5..06e4d1ec1 100644
--- a/src/inspsocket.cpp
+++ b/src/inspsocket.cpp
@@ -54,6 +54,7 @@ InspSocket::InspSocket(InspIRCd* SI, const std::string &ipaddr, int aport, bool
strlcpy(host,ipaddr.c_str(),MAXBUF);
this->WaitingForWriteEvent = false;
this->IsIOHooked = false;
+ this->Timeout = NULL;
if (listening)
{
if ((this->fd = OpenTCPSocket(host)) == ERROR)