aboutsummaryrefslogtreecommitdiffstats
path: root/modules/spanningtree/protocolinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/spanningtree/protocolinterface.cpp')
-rw-r--r--modules/spanningtree/protocolinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spanningtree/protocolinterface.cpp b/modules/spanningtree/protocolinterface.cpp
index 375af347d..c0e4ffa7b 100644
--- a/modules/spanningtree/protocolinterface.cpp
+++ b/modules/spanningtree/protocolinterface.cpp
@@ -77,7 +77,7 @@ void SpanningTreeProtocolInterface::BroadcastEncap(const std::string& cmd, const
// If omit is non-NULL we pass the route belonging to the user to Forward(),
// otherwise we pass NULL, which is equivalent to Broadcast()
TreeServer* server = (omit ? TreeServer::Get(omit)->GetRoute() : nullptr);
- MessageBuilder("ENCAP")
+ MessageBuilder(source, "ENCAP")
.Push('*', cmd)
.PushParams(params)
.Broadcast(server);