]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added Bailout
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 24 May 2005 17:39:29 +0000 (17:39 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 24 May 2005 17:39:29 +0000 (17:39 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1503 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd.cpp

index 6ee535cd94910607833c3f0a5b4eaa58723f1713..c35cb979f951ac0f455b5c913fe2caa305d88e5c 100644 (file)
@@ -2979,14 +2979,7 @@ int InspIRCd(char** argv, int argc)
                                                goto label;
                                        }
                                }
                                                goto label;
                                        }
                                }
-                                       sums.clear();   // we're done, clear the list for the next operation
-                               msgs.clear();
-                               // theres been a netsplit, its unsafe to mess with the iterators!
-                               if (has_been_netsplit)
-                               {
-                                       log(DEBUG,"Iterator modified, bailing");
-                                       goto label;
-                               }
+                               goto label;
                        }
                }
        
                        }
                }