Skip to content

Commit d58c59e

Browse files
authored
Merge pull request #6893 from janjust/osc_error_path_fix
osc/ucx: Fix error path
2 parents ae1f7e0 + d5f6b08 commit d58c59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/ucx/osc_ucx_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static int component_select(struct ompi_win_t *win, void **base, size_t size, in
356356
ret = opal_progress_register(progress_callback);
357357
if (OMPI_SUCCESS != ret) {
358358
OSC_UCX_VERBOSE(1, "opal_progress_register failed: %d", ret);
359-
goto error;
359+
goto select_unlock;
360360
}
361361
}
362362

0 commit comments

Comments
 (0)