mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Always use local SID as the source for PONG replies
This commit is contained in:
parent
a409e40267
commit
b56d31223d
@ -41,7 +41,7 @@ bool TreeSocket::LocalPing(const std::string &prefix, parameterlist ¶ms)
|
||||
// this is a ping for us, send back PONG to the requesting server
|
||||
params[1] = params[0];
|
||||
params[0] = forwardto;
|
||||
Utils->DoOneToOne(forwardto,"PONG",params,params[1]);
|
||||
Utils->DoOneToOne(ServerInstance->Config->GetSID(),"PONG",params,params[1]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user