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/httpd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/httpd_stats.cpp') diff --git a/modules/httpd_stats.cpp b/modules/httpd_stats.cpp index 449dfa19a..14f586b28 100644 --- a/modules/httpd_stats.cpp +++ b/modules/httpd_stats.cpp @@ -127,7 +127,7 @@ namespace Stats for (const auto& [item, obj] : ext->GetExtList()) { serializer.BeginBlock("meta") - .Attribute("name", item->name); + .Attribute("name", item->service_name); const std::string value = item->ToHuman(ext, obj); serializer.Attribute("value", value) -- cgit v1.3.1-10-gc9f91