Skip to content

Commit

Permalink
UCP/EP: fix ucp_ep_flush_resume_remove_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-leksikov committed Jul 13, 2021
1 parent c2bdaa8 commit a864933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucp/core/ucp_ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,9 +907,9 @@ static int ucp_ep_flush_resume_remove_filter(const ucs_callbackq_elem_t *elem,

if ((elem->cb == ucp_ep_flush_resume_slow_path_callback) &&
(req->send.ep == arg)) {
/* completion func removes the callback */
req->send.state.uct_comp.func(&req->send.state.uct_comp,
UCS_ERR_CANCELED);
return 1;
}

return 0;
Expand Down

0 comments on commit a864933

Please sign in to comment.