Skip to content

Commit 0794823

Browse files
authored
Merge pull request #3315 from hjelmn/v3.x_osc_rdma
osc/rdma: fix typo in atomic code
2 parents 03a6f54 + bcb279c commit 0794823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/rdma/osc_rdma_lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static inline int ompi_osc_rdma_lock_btl_fop (ompi_osc_rdma_module_t *module, om
6868
}
6969

7070
if (NULL != frag) {
71-
if (*result) {
71+
if (result) {
7272
*result = *temp;
7373
}
7474
ompi_osc_rdma_frag_complete (frag);

0 commit comments

Comments
 (0)