diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 17:39:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 17:39:29 +0000 |
commit | 71803b7c60777b7acb1d0931053dfa0b1ba02a0d (patch) | |
tree | ca34b6adb44807ff57fa7511fb3c70062fad55f1 /src | |
parent | 94e68e14d33c8e4617ba8aa818e959135a5780b9 (diff) |
Added Bailout
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1503 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 9 |
1 files changed, 1 insertions, 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; } } |