mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 07:10:12 +01:00
callouts/tests: fix parsing dhcp in get_dispatcher_file()
This commit is contained in:
parent
f3b16fffbd
commit
14040b1cea
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,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