Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/irc/ezbounce/files/patch-src_irc_flood.cc
14254 views
1
--- src/irc/flood.cc.orig 2008-07-01 02:53:36.000000000 +0000
2
+++ src/irc/flood.cc
3
@@ -204,8 +204,8 @@ void flood_protector::clear_expired(time
4
const seconds_t &max = *std::max_element(vals, vals+n) + 1;
5
6
for (nick_hash_t::const_iterator i = nick_hash.begin(),
7
- e = nick_hash.end();
8
- i != e;
9
+ ef = nick_hash.end();
10
+ i != ef;
11
++i) {
12
flood_entry& e = *i->second;
13
14
15