Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > dc7ad1a6b8550ff6bd744a99cac6f108 > files > 5

busybox-1.6.1-5mdv2009.0.src.rpm

--- networking/udhcp/options.c	2007-06-30 17:06:30.000000000 +0200
+++ networking/udhcp/options.c.oden	2008-05-16 14:26:53.000000000 +0200
@@ -25,7 +25,7 @@ const struct dhcp_option dhcp_options[] 
 	{"bootsize",    OPTION_U16,                             0x0d},
 	{"domain",      OPTION_STRING | OPTION_LIST | OPTION_REQ, 0x0f},
 	{"swapsvr",     OPTION_IP,                              0x10},
-	{"rootpath",    OPTION_STRING,                          0x11},
+	{"rootpath",    OPTION_STRING | OPTION_REQ,             0x11},
 	{"ipttl",       OPTION_U8,                              0x17},
 	{"mtu",         OPTION_U16,                             0x1a},
 	{"broadcast",   OPTION_IP | OPTION_REQ,                 0x1c},