diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-11-01 01:55:13 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-11-01 16:26:02 +0000 |
commit | d1be9f4acc9d4367fb6dc793495f0cc819b5a514 (patch) | |
tree | 6865cbc8e41c0b052aa704f0a41b7eaecd0f2f0a /src/usr/fcmgmt.c | |
parent | 5674a3c087bf1bde65b61b6b0ca26035dd47baa3 (diff) | |
download | ipxe-d1be9f4acc9d4367fb6dc793495f0cc819b5a514.tar.gz |
[monojob] Add timeout parameter to monojob_wait()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr/fcmgmt.c')
-rw-r--r-- | src/usr/fcmgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/fcmgmt.c b/src/usr/fcmgmt.c index 2657ba0cf..a30f37a71 100644 --- a/src/usr/fcmgmt.c +++ b/src/usr/fcmgmt.c @@ -112,5 +112,5 @@ int fcels ( struct fc_port *port, struct fc_port_id *peer_port_id, } /* Wait for ELS to complete */ - return monojob_wait ( "" ); + return monojob_wait ( "", 0 ); } |