mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
[monojob] Add timeout parameter to monojob_wait()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ int imgdownload ( struct uri *uri, struct image **image ) {
|
||||
}
|
||||
|
||||
/* Wait for download to complete */
|
||||
if ( ( rc = monojob_wait ( uri_string_redacted ) ) != 0 )
|
||||
if ( ( rc = monojob_wait ( uri_string_redacted, 0 ) ) != 0 )
|
||||
goto err_monojob_wait;
|
||||
|
||||
/* Register image */
|
||||
|
||||
Reference in New Issue
Block a user