diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 882ef6c5c..c6fad03f5 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -120,7 +120,7 @@ static auto BuildModeChange(const ModeManager::Change &change) Anope::string modebuf; size_t modecount = 0; std::vector<Anope::string> parambuf; - size_t paramlen; + size_t paramlen = 0; auto adding = true; for (const auto &[mode, info] : change) |