Skip to content

Commit 1aa8646

Browse files
authored
Merge pull request #11906 from wenduwan/v5.0.x
Revert "pml/cm: fix buffer usage in MCA_PML_CM_HVY_SEND_REQUEST_BSEND
2 parents 44e8b91 + 5e68381 commit 1aa8646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/cm/pml_cm_sendreq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ do { \
381381
&max_data ); \
382382
opal_convertor_prepare_for_send( &sendreq->req_send.req_base.req_convertor, \
383383
&(ompi_mpi_packed.dt.super), \
384-
max_data, sendreq->req_addr ); \
384+
max_data, sendreq->req_buff ); \
385385
} \
386386
} \
387387
} while(0);

0 commit comments

Comments
 (0)