mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-28 11:10:37 +02:00
callouts/tests: fix parsing dhcp in get_dispatcher_file()
(cherry picked from commit 14040b1cea)
This commit is contained in:
parent
b0dc95f816
commit
5882153aec
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ get_dispatcher_file (const char *file,
|
|||
}
|
||||
|
||||
if (g_key_file_has_group (kf, "dhcp6")) {
|
||||
if (!parse_dhcp (kf, "dhcp6", out_device_dhcp4_props, error))
|
||||
if (!parse_dhcp (kf, "dhcp6", out_device_dhcp6_props, error))
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue