Skip to content

Commit

Permalink
Changed fallback in UCPCHECK_GOTO
Browse files Browse the repository at this point in the history
  • Loading branch information
yaeliyac committed Oct 28, 2024
1 parent 7b421f0 commit 474a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/tl_ucp.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ UCC_TL_UCP_PROFILE_FUNC_VOID(ucc_tl_ucp_pre_register_mem, (team, addr, length,
{
void *base_address = addr;
size_t alloc_length = length;
//ucc_mem_attr_t mem_attr;
ucc_mem_attr_t mem_attr;
ucc_status_t status;

if ((addr == NULL) || (length == 0)) {
Expand Down

0 comments on commit 474a265

Please sign in to comment.