diff options
| author | 2006-01-03 18:26:25 +0000 | |
|---|---|---|
| committer | 2006-01-03 18:26:25 +0000 | |
| commit | c992372f80a3668ca3dd1b62ebe7b8284111bd0a (patch) | |
| tree | 30880be41fa2ffdc3591e89e0b5677677fd5f5c7 /src/userprocess.cpp | |
| parent | Added CASEMAPPING and CHARSET to ISUPPORT (005) (diff) | |
Fixed to not crash on /PARK (still more to test)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2729 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
| -rw-r--r-- | src/userprocess.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index ba4cc48bb..c4541c29a 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -81,6 +81,8 @@ extern chan_hash chanlist; void ProcessUser(userrec* cu) { int result = EAGAIN; + if (cu->fd == FD_MAGIC_NUMBER) + return; log(DEBUG,"Processing user with fd %d",cu->fd); if (Config->GetIOHook(cu->port)) { |
