fixup! core: config-data: don't ignore [.intern.device/connection] sections

This commit is contained in:
Íñigo Huguet 2026-03-03 09:51:24 +01:00
parent 0f32784962
commit febb5355fc

View file

@ -2088,6 +2088,7 @@ _match_section_infos_construct(GKeyFile *keyfile, gboolean is_device)
NULL,
NULL,
"Invalid [.intern.*] section 'connection' or 'device' found");
g_free(groups[i]);
continue;
} else if (g_str_has_prefix(groups[i], prefix)) {
groups[j++] = groups[i];