diff options
-rw-r--r-- | include/logger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h index 25dcea85f..384e38c1a 100644 --- a/include/logger.h +++ b/include/logger.h @@ -165,6 +165,7 @@ class CoreExport LogManager : public classbase LogManager(InspIRCd *Instance) { + noforkstream = NULL; ServerInstance = Instance; Logging = false; } |