summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
-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;
}