[fix] conf

This commit is contained in:
fenris 2026-05-19 23:13:35 +02:00
parent 859d3247d4
commit b24e776a06

View file

@ -545,7 +545,7 @@ namespace _munin.conf
} }
else else
{ {
return (conf_raw.content as type_conf_v6); return (conf_raw.content as type_conf_v7);
} }
} }