Skip to content

Commit

Permalink
APPS/IODEMO: Remove adding same conenction twice to map
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygx committed May 19, 2021
1 parent 742e547 commit cdea79b
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 cdea79b

Please sign in to comment.