summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspircd.cpp5
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))