From 6112fadab13aa7971ed34709759141529194edac Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Dec 2006 13:32:26 +0000 Subject: [PATCH] And fix obligitary brainfarts git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6099 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 59eeae98f..83373236e 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -139,7 +139,7 @@ void InspIRCd::Rehash(int status) { SI->WriteOpers("Rehashing config file %s due to SIGHUP",ServerConfig::CleanFilename(CONFIG_FILE)); SI->CloseLog(); - SI->OpenLog(this->Config->argv, this->Config->argc); + SI->OpenLog(SI->Config->argv, SI->Config->argc); SI->RehashUsersAndChans(); FOREACH_MOD_I(SI, I_OnGarbageCollect, OnGarbageCollect()); SI->Config->Read(false,NULL); -- 2.39.5