diff options
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) |
