summaryrefslogtreecommitdiff
path: root/src/socket.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-11 18:06:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-11 18:06:23 +0000
commitaeecb1b83834c91246ab75f4fb98c0e9ed16081a (patch)
tree70899257bdc9e6e7bf18e41acb93c6ea7ef09275 /src/socket.cpp
parent57e27d97fa28e30de04a1db2c33bb3286f0fe1d5 (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.cpp2
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;