From cf3ce6cc23401f13869f5134227e50459f2b809d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 12:40:52 +0000 Subject: Rename ServiceProvider methods to avoid shadowing issues. --- modules/spanningtree/netburst.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/spanningtree/netburst.cpp') diff --git a/modules/spanningtree/netburst.cpp b/modules/spanningtree/netburst.cpp index cf6b87f22..36de6b71c 100644 --- a/modules/spanningtree/netburst.cpp +++ b/modules/spanningtree/netburst.cpp @@ -158,7 +158,7 @@ void TreeSocket::SyncChannel(Channel* chan, TreeServer* s) const std::string valuestr = item->ToNetwork(chan, value); if (!valuestr.empty()) { - this->WriteLine(CommandMetadata::Builder(chan, item->name, valuestr)); + this->WriteLine(CommandMetadata::Builder(chan, item->service_name, valuestr)); item->OnSync(chan, value, s); } } @@ -170,7 +170,7 @@ void TreeSocket::SyncChannel(Channel* chan, TreeServer* s) const std::string valuestr = item->ToNetwork(memb, value); if (!valuestr.empty()) { - this->WriteLine(CommandMetadata::Builder(memb, item->name, valuestr)); + this->WriteLine(CommandMetadata::Builder(memb, item->service_name, valuestr)); item->OnSync(memb, value, s); } } @@ -204,7 +204,7 @@ void TreeSocket::SendUsers(TreeServer* s) const std::string value = item->ToNetwork(user, obj); if (!value.empty()) { - this->WriteLine(CommandMetadata::Builder(user, item->name, value)); + this->WriteLine(CommandMetadata::Builder(user, item->service_name, value)); item->OnSync(user, obj, s); } } -- cgit v1.3.1-10-gc9f91