diff --git a/ompi/mca/pml/ob1/pml_ob1_sendreq.c b/ompi/mca/pml/ob1/pml_ob1_sendreq.c index 3f07f6ea5e..aaccf77885 100644 --- a/ompi/mca/pml/ob1/pml_ob1_sendreq.c +++ b/ompi/mca/pml/ob1/pml_ob1_sendreq.c @@ -1233,7 +1233,7 @@ void mca_pml_ob1_send_request_put( mca_pml_ob1_send_request_t* sendreq, } else #endif { - size == frag->rdma_segs[i].seg_len; + size += frag->rdma_segs[i].seg_len; } }