From: brain Date: Wed, 18 May 2005 22:56:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v2.0.23~10249 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=feb86babf235ceb39954b9670c622bde11ec1270;p=user%2Fhenk%2Fcode%2Finspircd.git *** empty log message *** git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1438 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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())