]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/server.cpp
fix some unitialised vectors and tidy up a bit.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / server.cpp
index 3dadf64f6eaf32f8e56b0fdaa617e223366b62f3..55bb98008736ecdd677df7deba397f6f3c818d6b 100644 (file)
@@ -133,7 +133,7 @@ bool TreeSocket::Outbound_Reply_Server(std::deque<std::string> &params)
                if (!ComparePass(this->MakePass(x->RecvPass, this->GetOurChallenge()), password) &&
                        (x->RecvPass != password && this->GetTheirChallenge().empty()))
                {
-                       this->Instance->SNO->WriteToSnoMask('l',"Invalid password on link: %s %s %s", x->Name.c_str(), x->RecvPass.c_str(), password.c_str());
+                       this->Instance->SNO->WriteToSnoMask('l',"Invalid password on link: %s", x->Name.c_str());
                        continue;
                }