From a3de29f341a1a7e057d248686a9a9170ac67f466 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 14 Nov 2006 20:01:01 +0000 Subject: Another couple of 'forgot to memset's git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5742 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanprotect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_chanprotect.cpp b/src/modules/m_chanprotect.cpp index d46d28faa..23924bd0a 100644 --- a/src/modules/m_chanprotect.cpp +++ b/src/modules/m_chanprotect.cpp @@ -289,10 +289,10 @@ class ModuleChanProtect : public Module public: - ModuleChanProtect(InspIRCd* Me) : Module::Module(Me) + ModuleChanProtect(InspIRCd* Me) + : Module::Module(Me), FirstInGetsFounder(false), QAPrefixes(false), DeprivSelf(false), booting(true) { /* Load config stuff */ - booting = true; OnRehash(""); booting = false; -- cgit v1.2.3