diff options
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 ); } |