diff options
| author | 2026-03-02 12:40:52 +0000 | |
|---|---|---|
| committer | 2026-03-02 12:40:52 +0000 | |
| commit | cf3ce6cc23401f13869f5134227e50459f2b809d (patch) | |
| tree | 88261dde94d90539b85fe4b430cbbce599be6748 /modules/httpd_stats.cpp | |
| parent | Fix regular users being told about server operator privileges. (diff) | |
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'modules/httpd_stats.cpp')
| -rw-r--r-- | modules/httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
