mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Oddness
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9439 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
8e8445d1c0
commit
3ac032f3f6
@ -133,7 +133,7 @@ bool TreeSocket::Outbound_Reply_Server(std::deque<std::string> ¶ms)
|
|||||||
if (!ComparePass(this->MakePass(x->RecvPass, this->GetOurChallenge()), password) &&
|
if (!ComparePass(this->MakePass(x->RecvPass, this->GetOurChallenge()), password) &&
|
||||||
(x->RecvPass != password && this->GetTheirChallenge().empty()))
|
(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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user