Skip to content

Commit f8f7e9d

Browse files
authored
Merge pull request #5411 from hjelmn/v3.1.x_osc_rdma_fix
v3.1: osc/rdma: fix bug introduced in b90c838
2 parents bea0115 + c12fca7 commit f8f7e9d

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)