summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 9905a78d0..1509553ce 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -144,7 +144,7 @@ void InspIRCd::Rehash(int status)
FOREACH_MOD_I(SI, I_OnGarbageCollect, OnGarbageCollect());
SI->Config->Read(false,NULL);
SI->Res->Rehash();
- FOREACH_MOD_I(SI,I_OnRehash,OnRehash(""));
+ FOREACH_MOD_I(SI,I_OnRehash,OnRehash(NULL,""));
}
/** Because hash_map doesnt free its buckets when we delete items (this is a 'feature')