Skip to content
Snippets Groups Projects
Commit c900f0b1 authored by Philipp Schafft's avatar Philipp Schafft :lion_face:
Browse files

Fix: Set xmlns for <icestats> in reports

parent 4a54efbc
No related branches found
No related tags found
No related merge requests found
......@@ -712,6 +712,7 @@ static void client_get_reportxml__add_basic_stats(reportxml_t *report)
refobject_unref(rootnode);
xmlroot = xmlNewNode(NULL, XMLSTR("icestats"));
xmlSetProp(xmlroot, XMLSTR("xmlns"), XMLSTR(XMLNS_LEGACY_STATS));
modules = module_container_get_modulelist_as_xml(global.modulecontainer);
xmlAddChild(xmlroot, modules);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment