mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-06 08:10:35 +01:00
fixup! core: config-data: don't ignore [.intern.device/connection] sections
This commit is contained in:
parent
0f32784962
commit
febb5355fc
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue