From 923fbcb877aeba513489ed6410792c4f83c2e81d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 18 Aug 2023 10:44:14 +0100 Subject: Fix an unclosed tag in the httpd_stats module. --- src/modules/m_httpd_stats.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_httpd_stats.cpp') diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 805ca297c..01a67a968 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -132,7 +132,8 @@ namespace Stats .Attribute("name", item->name); const std::string value = item->ToHuman(ext, obj); - serializer.Attribute("value", value); + serializer.Attribute("value", value) + .EndBlock(); } serializer.EndBlock(); } -- cgit v1.3.1-10-gc9f91