david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

patch of Helge Wagner

This commit is contained in:
Geert Stappers 2005-05-31 11:32:45 +00:00
parent 59582db29d
commit 5265975334
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {