From: brain Date: Mon, 13 Feb 2006 21:06:42 +0000 (+0000) Subject: Send the PONG back along the right path, maybe? X-Git-Tag: v2.0.23~8899 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=0a26a92785b6a239015fb2d6931f9465d5bbfe8a;p=user%2Fhenk%2Fcode%2Finspircd.git Send the PONG back along the right path, maybe? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3189 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 3ec2ece05..a24c0182e 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1839,7 +1839,7 @@ class TreeSocket : public InspSocket // this is a ping for us, send back PONG to the requesting server params[1] = params[0]; params[0] = forwardto; - DoOneToOne(prefix,"PONG",params,forwardto); + DoOneToOne(prefix,"PONG",params,params[1]); } else {