diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 62ad248ce..4a452cdb9 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -240,7 +240,7 @@ uint8_t* FAST_FUNC udhcp_get_option(struct dhcp_packet *packet, int code) | |||
240 | while (1) { | 240 | while (1) { |
241 | if (rem <= 0) { | 241 | if (rem <= 0) { |
242 | complain: | 242 | complain: |
243 | bb_error_msg("bad packet, malformed option field"); | 243 | bb_simple_error_msg("bad packet, malformed option field"); |
244 | return NULL; | 244 | return NULL; |
245 | } | 245 | } |
246 | 246 | ||