From feb86babf235ceb39954b9670c622bde11ec1270 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 18 May 2005 22:56:16 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1438 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5759d1f78..b026723a0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3105,12 +3105,7 @@ int InspIRCd(char** argv, int argc) // now loop through all of the items in this pool if any are waiting if ((selectResult2 > 0) && (xcount != clientlist.end())) -#ifdef IS_SOLARIS - // on solaris, we cycle the entire list. Something is b0rked about referencing it by count2a. - for (user_hash::iterator count2a = clientlist.begin(); count2a != clientlist.end(); count2a++) -#else for (user_hash::iterator count2a = xcount; count2a != endingiter; count2a++) -#endif { // SELECT: we have to iterate... if (count2a == clientlist.end()) -- 2.39.2