summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDvfd_swmr.c')
-rw-r--r--src/H5FDvfd_swmr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FDvfd_swmr.c b/src/H5FDvfd_swmr.c
index 8ed760b..008db8e 100644
--- a/src/H5FDvfd_swmr.c
+++ b/src/H5FDvfd_swmr.c
@@ -690,7 +690,8 @@ H5FD_vfd_swmr_read(H5FD_t *_file, H5FD_mem_t type,
HDfprintf(stderr, "vfd swmr read index num_entries = %d\n", num_entries);
#endif /* JRM */
- entry = vfd_swmr_pageno_to_mdf_idx_entry(index, num_entries, target_page);
+ entry = vfd_swmr_pageno_to_mdf_idx_entry(index, num_entries, target_page,
+ false);
#if 0 /* JRM */
if (entry != NULL) {