From 71803b7c60777b7acb1d0931053dfa0b1ba02a0d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 24 May 2005 17:39:29 +0000 Subject: Added Bailout git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1503 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 6ee535cd9..c35cb979f 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -2979,14 +2979,7 @@ int InspIRCd(char** argv, int argc) 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; } } -- cgit v1.2.3