Skip to content

Commit

Permalink
Merge pull request #142 from dmitrygx/topic/iodemo/fix_add_conn
Browse files Browse the repository at this point in the history
APPS/IODEMO: Remove adding same connection twice to map
  • Loading branch information
yosefe authored May 19, 2021
2 parents 742e547 + cdea79b commit 7af459f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/apps/iodemo/ucx_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,6 @@ void UcxConnection::established(ucs_status_t status)

_ucx_status = status;
_context.remove_connection_inprogress(this);
if (status == UCS_OK) {
_context.add_connection(this);
}

(*_establish_cb)(status);
_establish_cb = NULL;
}
Expand Down

0 comments on commit 7af459f

Please sign in to comment.