From 2f17664ea13fe8f0983080d69886a46b58e5e266 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 13 Apr 2013 17:41:22 +0200 Subject: m_spanningtree Remove redundant first parameter of PING/PONG --- src/modules/m_spanningtree/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/main.cpp') diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index a5785f20c..bd49a3075 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -196,8 +196,7 @@ restart: // ... if we can find a proper route to them if (tsock) { - tsock->WriteLine(":" + ServerInstance->Config->GetSID() + " PING " + - ServerInstance->Config->GetSID() + " " + s->GetID()); + tsock->WriteLine(":" + ServerInstance->Config->GetSID() + " PING " + s->GetID()); s->LastPingMsec = ts; } } -- cgit v1.3.1-10-gc9f91