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/num.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/num.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/num.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/num.cpp b/src/modules/m_spanningtree/num.cpp index 564b808fd..23290421b 100644 --- a/src/modules/m_spanningtree/num.cpp +++ b/src/modules/m_spanningtree/num.cpp @@ -51,7 +51,7 @@ CommandNum::Builder::Builder(SpanningTree::RemoteUser* target, const Numeric::Nu : CmdBuilder("NUM") { TreeServer* const server = (numeric.GetServer() ? (static_cast<TreeServer*>(numeric.GetServer())) : Utils->TreeRoot); - push(server->GetID()).push(target->uuid).push(InspIRCd::Format("%03u", numeric.GetNumeric())); + push(server->GetId()).push(target->uuid).push(InspIRCd::Format("%03u", numeric.GetNumeric())); const CommandBase::Params& params = numeric.GetParams(); if (!params.empty()) { |
