summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp9
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;
}
}