From 814eff85327ef682808e0f49d4e18487867d2538 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 1 Apr 2008 23:24:22 +0000 Subject: Initialise a variable correctly to avoid valgrind warning git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9252 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/logger.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; } -- cgit v1.2.3