callouts/tests: fix parsing dhcp in get_dispatcher_file()

(cherry picked from commit 14040b1cea)
This commit is contained in:
Thomas Haller 2015-02-05 12:19:18 +01:00
parent b0dc95f816
commit 5882153aec

View file

@ -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;
}