From 440ca935da120a91c29cb2bb48102abc2fccae47 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Mon, 22 Mar 2010 12:03:55 -0500 Subject: Fix some issues found using valgrind/pure_static --- src/helperfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helperfuncs.cpp') diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index d65655a33..3a3a79005 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -451,7 +451,7 @@ ModResult InspIRCd::CheckExemption(User* user, Channel* chan, const std::string& return perm.result; unsigned int mypfx = chan->GetPrefixValue(user); - char minmode; + char minmode = 0; std::string current; irc::spacesepstream defaultstream(ServerInstance->Config->ConfValue("options")->getString("exemptchanops")); -- cgit v1.3.1-10-gc9f91