Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/locking_protocol' into ts_h5fl_reg
Browse files Browse the repository at this point in the history
  • Loading branch information
qkoziol committed Dec 4, 2024
2 parents d708126 + 5cbfa4d commit 6d287e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Iint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ H5I__iterate_cb(void *_item, void H5_ATTR_UNUSED *_key, void *_udata)
{
cb_ret_val = (*udata->user_func)((void *)object, info->id, udata->user_udata);
}
H5_AFTER_USER_CB_NOERR(NULL)
H5_AFTER_USER_CB_NOERR(H5_ITER_ERROR)

/* Set the return value based on the callback's return value */
if (cb_ret_val > 0)
Expand Down

0 comments on commit 6d287e1

Please sign in to comment.