callouts/tests: fix parsing dhcp in get_dispatcher_file()

This commit is contained in:
Thomas Haller 2015-02-05 12:19:18 +01:00
parent f3b16fffbd
commit 14040b1cea

View file

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