diff options
| author | 2006-03-02 13:05:51 +0000 | |
|---|---|---|
| committer | 2006-03-02 13:05:51 +0000 | |
| commit | c300228d2aa3b4860b7f48715217ca314a0a4f62 (patch) | |
| tree | 51f834b4a0f2bee44c7b5da40403ab901d5c7697 /src/modules/m_spanningtree.cpp | |
| parent | Should be working now (diff) | |
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
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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); |
