diff options
| author | 2006-03-11 18:06:23 +0000 | |
|---|---|---|
| committer | 2006-03-11 18:06:23 +0000 | |
| commit | aeecb1b83834c91246ab75f4fb98c0e9ed16081a (patch) | |
| tree | 70899257bdc9e6e7bf18e41acb93c6ea7ef09275 /src/socket.cpp | |
| parent | Fixes (diff) | |
Damnit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3670 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 2f8030d7f..a8fdd30b9 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -319,7 +319,7 @@ bool InspSocket::Timeout(time_t current) bool InspSocket::Poll() { if (!socket_ref[this->fd] || !ServerInstance->SE->HasFd(this->fd)) - return true; + return false; int incoming = -1; bool n = true; |
