diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 73f860a77..6214db06a 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -78,7 +78,7 @@ struct BUG_bad_sizeof_struct_ip_udp_dhcp_packet { | |||
78 | /*** Options ***/ | 78 | /*** Options ***/ |
79 | 79 | ||
80 | enum { | 80 | enum { |
81 | OPTION_IP = 1, | 81 | OPTION_IP = 0, |
82 | OPTION_IP_PAIR, | 82 | OPTION_IP_PAIR, |
83 | OPTION_STRING, | 83 | OPTION_STRING, |
84 | /* Opts of STRING_HOST type will be sanitized before they are passed | 84 | /* Opts of STRING_HOST type will be sanitized before they are passed |