From d1be9f4acc9d4367fb6dc793495f0cc819b5a514 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 1 Nov 2013 01:55:13 +0000 Subject: [monojob] Add timeout parameter to monojob_wait() Signed-off-by: Michael Brown --- src/usr/fcmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/fcmgmt.c') 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 ); } -- cgit v1.2.3-55-g7522