diff options
| author | 2010-03-22 12:03:55 -0500 | |
|---|---|---|
| committer | 2010-08-03 17:32:40 -0400 | |
| commit | 440ca935da120a91c29cb2bb48102abc2fccae47 (patch) | |
| tree | c3adae86d8cf1761a997698a28116bf30140c805 /src/helperfuncs.cpp | |
| parent | Move ModuleManager::UnloadAll out of modmanager_dynamic (diff) | |
Fix some issues found using valgrind/pure_static
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |
