commit | df70a43af281f7e653b1c95ff17201669fdcfca3 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Apr 21 18:54:36 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Apr 21 18:54:36 2016 +0200 |
tree | a666d07d0426a8aeeccf829e6111609acd597a43 | |
parent | 9de2e5a22213842da5b116723392de88de9ed419 [diff] [blame] |
udhcp: add setup_common_bufsiz() as needed Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 660b943..8f5a03f 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c
@@ -1268,6 +1268,8 @@ int retval; fd_set rfds; + setup_common_bufsiz(); + /* Default options */ IF_FEATURE_UDHCP_PORT(SERVER_PORT = 67;) IF_FEATURE_UDHCP_PORT(CLIENT_PORT = 68;)