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 eb1f1db..ff4d501 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -144,7 +144,7 @@ int udhcpc_main(int argc, char *argv[]) { uint8_t *temp, *message; unsigned long t1 = 0, t2 = 0, xid = 0; - unsigned long start = 0, lease; + unsigned long start = 0, lease = 0; fd_set rfds; int retval; struct timeval tv; |