1
1

oshmem/yoda: fix a typo in mca_spml_yoda_get_completion

Этот коммит содержится в:
Gilles Gouaillardet 2014-11-13 14:53:32 +09:00
родитель b97cda7fd9
Коммит cd6e3ecb07

Просмотреть файл

@ -90,7 +90,7 @@ void mca_spml_yoda_get_completion(mca_btl_base_module_t* btl,
/* decide if we need to copy buffer */
if (getreq->p_dst) {
memcpy(getreq->p_dst,
des->des_remote->seg_addr.pval,
des->des_local->seg_addr.pval,
frag->size);
}