diff options
| author | 2019-09-23 11:49:26 +0100 | |
|---|---|---|
| committer | 2019-09-23 13:18:14 +0100 | |
| commit | a4305d8f3c3e613be839bdcd61a1d14c87fed5aa (patch) | |
| tree | 16e01b6079f017c00d2bda2da0fcb759b98a5ea1 /src/modules/m_spanningtree/protocolinterface.cpp | |
| parent | Lower the acceptable drift for clocks on link. (diff) | |
Add the server id to the Server class.
Diffstat (limited to 'src/modules/m_spanningtree/protocolinterface.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/protocolinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index 9fe93a389..28b2c8f16 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -65,7 +65,7 @@ bool SpanningTreeProtocolInterface::SendEncapsulatedData(const std::string& targ return false; // Use the SID of the target in the message instead of the server name - encap.push(server->GetID()).push(cmd).insert(params).Unicast(server->ServerUser); + encap.push(server->GetId()).push(cmd).insert(params).Unicast(server->ServerUser); } return true; |
