We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce9f8ac + 5116232 commit 83b0a37Copy full SHA for 83b0a37
ompi/mca/osc/rdma/osc_rdma_lock.h
@@ -68,7 +68,7 @@ static inline int ompi_osc_rdma_lock_btl_fop (ompi_osc_rdma_module_t *module, om
68
}
69
70
if (NULL != frag) {
71
- if (*result) {
+ if (result) {
72
*result = *temp;
73
74
ompi_osc_rdma_frag_complete (frag);
0 commit comments