Commit 7e45c9d8 authored by Alessandro Rubini's avatar Alessandro Rubini

ipv4: trivial account bootp-receive time

we had "warning unused.variable", so let's use it
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2e28582a
......@@ -110,7 +110,7 @@ static int bootp_poll(void)
ret = process_bootp(buf, len);
if (task_not_yet(&bootp_tics, TICS_PER_SECOND))
return 0;
return ret;
len = prepare_bootp(&addr, buf, ++bootp_retry);
ptpd_netif_sendto(bootp_socket, &addr, buf, len, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment