Skip to content

Commit 3274203

Browse files
authored
Merge pull request #2046 from hjelmn/ugni_fix
btl/ugni: fix erroneous warning message
2 parents 5c9ea56 + f93c1f2 commit 3274203

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opal/mca/btl/ugni/btl_ugni_endpoint.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,11 @@ int mca_btl_ugni_ep_connect_progress (mca_btl_base_endpoint_t *ep) {
208208
ep->dg_posted = true;
209209
rc = OPAL_ERR_RESOURCE_BUSY;
210210
}
211+
211212
return rc;
212213
}
214+
215+
return OPAL_SUCCESS;
213216
}
214217

215218
return mca_btl_ugni_ep_connect_finish (ep);

0 commit comments

Comments
 (0)