diff options
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)) |