Skip to content

Commit b645528

Browse files
authored
Merge pull request #5409 from hjelmn/v2.x_osc_rdma_fix
v2.1: osc/rdma: fix bug introduced in b90c838
2 parents a351abf + fc64d77 commit b645528

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)