X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fnetwork.c;h=36807f0aecbd9881ef015b1a182f2091aabac60e;hp=60d1f6e0f4e1790ba4b2bb2b18bd3a7b81efe70b;hb=a51beb34277a01ca577c35d6a66ceab38e6de67c;hpb=8c430d0509a2f1f5dc64de308d1c1d2668d2031b diff --git a/discover/network.c b/discover/network.c index 60d1f6e..36807f0 100644 --- a/discover/network.c +++ b/discover/network.c @@ -245,7 +245,7 @@ static void configure_interface_dhcp(struct interface *interface) if (platform && platform->dhcp_arch_id != 0xffff) snprintf(id, sizeof(id), "0x5d:%04x", platform->dhcp_arch_id); else - argv[11] = NULL; + argv[12] = NULL; process = process_create(interface);