summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 20:42:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 20:42:40 +0000
commitd60e17da06a29e5c96fcda84508ec00dbbb76fc1 (patch)
treebf0836cd515cc25d1792a8c74da8423457fe53fe /src
parente9a8bdabb393ce4f9f3ba6fa567d3c5baba2a88c (diff)
Wrong number of params to one of the functions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2168 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_spanningtree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 43bca61a3..96f68d788 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -924,7 +924,7 @@ class TreeSocket : public InspSocket
{
ServerSource->SetVersion(params[0]);
}
- DoOneToAllButSender(prefix,"VERSION",params);
+ DoOneToAllButSender(prefix,"VERSION",params,prefix);
return true;
}