callouts/tests: fix parsing dhcp in get_dispatcher_file()
authorThomas Haller <thaller@redhat.com>
Thu, 5 Feb 2015 11:19:18 +0000 (12:19 +0100)
committerThomas Haller <thaller@redhat.com>
Fri, 6 Feb 2015 11:58:22 +0000 (12:58 +0100)
callouts/tests/test-dispatcher-envp.c

index 527dc35..eb41505 100644 (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;
        }