mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
Minor change, param for local PING wasnt an SID and should be
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8101 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
a27e9d92fa
commit
492efc5ce5
@ -480,7 +480,7 @@ void ModuleSpanningTree::DoPingChecks(time_t curtime)
|
||||
{
|
||||
if (serv->AnsweredLastPing())
|
||||
{
|
||||
sock->WriteLine(std::string(":")+ServerInstance->Config->GetSID()+" PING "+serv->GetName());
|
||||
sock->WriteLine(std::string(":")+ServerInstance->Config->GetSID()+" PING "+serv->GetID());
|
||||
serv->SetNextPingTime(curtime + Utils->PingFreq);
|
||||
serv->LastPing = curtime;
|
||||
timeval t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user