Skip to content

Commit f89c6d0

Browse files
authored
Merge pull request #5410 from hjelmn/v3.0.x_osc_rdma_fix
v3.0: osc/rdma: fix bug introduced in b90c838
2 parents 7f26c6c + 4df7951 commit f89c6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/rdma/osc_rdma_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static int request_free(struct ompi_request_t **ompi_req)
3333
ompi_osc_rdma_request_t *request =
3434
(ompi_osc_rdma_request_t*) *ompi_req;
3535

36-
if( REQUEST_COMPLETE(&request->super) ) {
36+
if (!REQUEST_COMPLETE(&request->super)) {
3737
return MPI_ERR_REQUEST;
3838
}
3939

0 commit comments

Comments
 (0)