diff options
| author | 2005-05-19 21:54:45 +0000 | |
|---|---|---|
| committer | 2005-05-19 21:54:45 +0000 | |
| commit | 8516fe8689952df3eb2e4b7a01ef4f640940fd03 (patch) | |
| tree | 1ae799afd244561065ce76fc33371d76fa3d296e /src/inspircd.cpp | |
| parent | Kill fixes (diff) | |
| download | inspircd++-8516fe8689952df3eb2e4b7a01ef4f640940fd03.tar.gz inspircd++-8516fe8689952df3eb2e4b7a01ef4f640940fd03.tar.bz2 inspircd++-8516fe8689952df3eb2e4b7a01ef4f640940fd03.zip | |
random crash fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1455 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 3de9ede89..e5d463008 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3253,10 +3253,7 @@ int InspIRCd(char** argv, int argc) } } -#ifndef IS_SOLARIS - if ((currfd < 0) || (!fd_ref_table[currfd])) -#endif - goto label; + goto label; } if ((result == -1) && (errno != EAGAIN) && (errno != EINTR)) |
