mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-31 13:27:36 +00:00
patch of Helge Wagner
This commit is contained in:
parent
59582db29d
commit
5265975334
@ -740,7 +740,7 @@ static int bootp(void)
|
||||
remaining_time = rfc2131_sleep_interval(BOOTP_TIMEOUT, retry++);
|
||||
stop_time = currticks() + remaining_time;
|
||||
#ifdef NO_DHCP_SUPPORT
|
||||
if (await_reply(await_bootp, 0, NULL, timeout))
|
||||
if (await_reply(await_bootp, 0, NULL, remaining_time))
|
||||
return(1);
|
||||
#else
|
||||
while ( remaining_time > 0 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user