diff options
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r-- | networking/udhcp/dhcpd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 2671ea3e2..e93a9f1da 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c | |||
@@ -310,10 +310,10 @@ int udhcpd_main(int argc UNUSED_PARAM, char **argv) | |||
310 | unsigned arpping_ms; | 310 | unsigned arpping_ms; |
311 | IF_FEATURE_UDHCP_PORT(char *str_P;) | 311 | IF_FEATURE_UDHCP_PORT(char *str_P;) |
312 | 312 | ||
313 | #if ENABLE_FEATURE_UDHCP_PORT | 313 | setup_common_bufsiz(); |
314 | SERVER_PORT = 67; | 314 | |
315 | CLIENT_PORT = 68; | 315 | IF_FEATURE_UDHCP_PORT(SERVER_PORT = 67;) |
316 | #endif | 316 | IF_FEATURE_UDHCP_PORT(CLIENT_PORT = 68;) |
317 | 317 | ||
318 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 | 318 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1 |
319 | opt_complementary = "vv"; | 319 | opt_complementary = "vv"; |