diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index f72217c84..086228871 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -1723,7 +1723,7 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv) | |||
1723 | #endif | 1723 | #endif |
1724 | /* enter bound state */ | 1724 | /* enter bound state */ |
1725 | timeout = lease_seconds / 2; | 1725 | timeout = lease_seconds / 2; |
1726 | temp_addr.s_addr = packet.yiaddr; | 1726 | temp_addr.s_addr = packet.yiaddr; |
1727 | bb_info_msg("Lease of %s obtained, lease time %u", | 1727 | bb_info_msg("Lease of %s obtained, lease time %u", |
1728 | inet_ntoa(temp_addr), (unsigned)lease_seconds); | 1728 | inet_ntoa(temp_addr), (unsigned)lease_seconds); |
1729 | requested_ip = packet.yiaddr; | 1729 | requested_ip = packet.yiaddr; |