]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
Add a note about interfaces that may be useful
[user/henk/code/inspircd.git] / src / server.cpp
index 191c84ce0bdbe92a5362ebdb35e317942008ad06..102fb35d3c80b99e01e8ee4ffb21b427df06d535 100644 (file)
@@ -47,9 +47,6 @@ void InspIRCd::Exit(int status)
 void InspIRCd::Rehash()
 {
        this->SNO->WriteToSnoMask('A', "Rehashing config file %s due to SIGHUP",ServerConfig::CleanFilename(this->ConfigFileName));
-       this->Logs->CloseLogs();
-       if (!this->OpenLog(this->Config->argv, this->Config->argc))
-               this->SNO->WriteToSnoMask('A', "ERROR: Could not open logfile %s: %s", Config->logpath.c_str(), strerror(errno));
        this->RehashUsersAndChans();
        FOREACH_MOD_I(this, I_OnGarbageCollect, OnGarbageCollect());
        /*this->Config->Read(false,NULL);*/