From c300228d2aa3b4860b7f48715217ca314a0a4f62 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 2 Mar 2006 13:05:51 +0000 Subject: I hate having to commit to get these onto the other test server git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3422 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 15b51700f..94c610970 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -2115,7 +2115,9 @@ class TreeSocket : public InspSocket } if ((*param == ':') && (count == 1) && (item > 0)) { - *param = 0; + *param = count = 0; + *pptr = param; + log(DEBUG,"Final param"); while (!s.eof()) { s.get(c); -- cgit v1.2.3