]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
*** empty log message ***
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 May 2005 22:56:16 +0000 (22:56 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 May 2005 22:56:16 +0000 (22:56 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1438 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd.cpp

index 5759d1f78830ae99018f250e335742972145b337..b026723a00eee055ad8704678fc0be4dbb89fb56 100644 (file)
@@ -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())