From 7e54de3ffa0f36900de29b06236864d97ce5dda7 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 5 Dec 2006 20:56:28 +0000 Subject: Fix up brokage git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5871 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_oper_hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_oper_hash.cpp') diff --git a/src/modules/m_oper_hash.cpp b/src/modules/m_oper_hash.cpp index a83b9cc51..7f768f0e3 100644 --- a/src/modules/m_oper_hash.cpp +++ b/src/modules/m_oper_hash.cpp @@ -105,7 +105,7 @@ class ModuleOperHash : public Module { ServerInstance->Log(DEBUG, "Found interface 'HashRequest' containing %d modules", ml->size()); - for (modulelist::iterator m = ml->begin(); m != ml->end(); ml++) + for (modulelist::iterator m = ml->begin(); m != ml->end(); m++) { std::string name = HashNameRequest(this, *m).Send(); hashers[name] = *m; -- cgit v1.3.1-10-gc9f91