diff options
| author | 2007-02-06 19:11:46 +0000 | |
|---|---|---|
| committer | 2007-02-06 19:11:46 +0000 | |
| commit | cb4248a10db4313367e8802299eba17cfb10d9dc (patch) | |
| tree | 32a8031c7716b0acb4ae6d627a16dfcf5268c98f /src/inspsocket.cpp | |
| parent | And fix the bugs that show up when we try and build it on ipv6 (diff) | |
Lets try this fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6526 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index c5ff24c87..492cafdd9 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -551,6 +551,10 @@ void SocketTimeout::Tick(time_t now) delete this->sock; return; } + else + { + this->sock->Timeout = NULL; + } } bool InspSocket::Poll() |
