Skip to content

Commit 6eba52a

Browse files
committed
mtl/ofi: add missing return.
1 parent 569764c commit 6eba52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/mtl/ofi/mtl_ofi_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ompi_mtl_ofi_component_close(void)
104104
int
105105
ompi_mtl_ofi_progress_no_inline(void)
106106
{
107-
ompi_mtl_ofi_progress();
107+
return ompi_mtl_ofi_progress();
108108
}
109109

110110
static mca_mtl_base_module_t*

0 commit comments

Comments
 (0)