From 8516fe8689952df3eb2e4b7a01ef4f640940fd03 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 19 May 2005 21:54:45 +0000 Subject: [PATCH 1/1] random crash fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1455 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 5 +---- 1 file changed, 1 insertion(+), 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)) -- 2.39.2