From 1b9621eeb02aade3b31907296a317d715c38b59b Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Thu, 10 Jul 2014 18:43:49 +0000 Subject: [PATCH] Fix typo in r32196 This commit was SVN r32202. The following SVN revision numbers were found above: r32196 --> open-mpi/ompi@a14e0f10d4a083c66652f92a5300aef089058a08 --- ompi/mca/pml/ob1/pml_ob1_recvreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/pml/ob1/pml_ob1_recvreq.c b/ompi/mca/pml/ob1/pml_ob1_recvreq.c index a597842fef..e21c94df7d 100644 --- a/ompi/mca/pml/ob1/pml_ob1_recvreq.c +++ b/ompi/mca/pml/ob1/pml_ob1_recvreq.c @@ -999,7 +999,7 @@ int mca_pml_ob1_recv_request_schedule_once( mca_pml_ob1_recv_request_t* recvreq, hdr->hdr_seg_cnt = dst->des_local_count; /* copy segments */ - memmove (hdr + 1, dst->des_local_count, seg_size); + memmove (hdr + 1, dst->des_local, seg_size); if(!recvreq->req_ack_sent) recvreq->req_ack_sent = true;