]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix for warning in OpenLog call
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 15 Jan 2006 19:48:29 +0000 (19:48 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 15 Jan 2006 19:48:29 +0000 (19:48 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2803 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd_io.cpp

index 64b74a2b94534aafeef4f942ea2c484bf4ef2390..2b380becfaae8f394dd23082903d7938f94d6f86 100644 (file)
@@ -377,7 +377,7 @@ void Rehash(int status)
 {
        WriteOpers("Rehashing config file %s due to SIGHUP",CONFIG_FILE);
        fclose(Config->log_file);
-       OpenLog(NULL,NULL);
+       OpenLog(NULL,0);
        Config->Read(false,NULL);
 }