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 6d287e1 + 898a7a9 commit 0f7e26c
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 @@ -1487,7 +1487,7 @@ H5I__iterate_cb(void *_item, void H5_ATTR_UNUSED *_key, void *_udata)
if ((!udata->app_ref) || (info->app_count > 0)) {
H5I_type_t type = udata->obj_type;
void *object;
herr_t cb_ret_val;
herr_t cb_ret_val = FAIL;

/* The stored object pointer might be an H5VL_object_t, in which
* case we'll need to get the wrapped object struct (H5F_t *, etc.).
Expand Down

0 comments on commit 0f7e26c

Please sign in to comment.