summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-08-25 13:10:23 (GMT)
committerGitHub <noreply@github.com>2023-08-25 13:10:23 (GMT)
commit077898d73844c2be90ead9241bc05402befbf2f1 (patch)
tree9ed19f2ccb6194d98f8e6309fa4dd69063fcd14e /src/H5C.c
parent1d79445a1d85a11a35accb1ac6c7fd15c7fb0816 (diff)
downloadhdf5-077898d73844c2be90ead9241bc05402befbf2f1.zip
hdf5-077898d73844c2be90ead9241bc05402befbf2f1.tar.gz
hdf5-077898d73844c2be90ead9241bc05402befbf2f1.tar.bz2
Revise file close assertion failure fix (#3418)
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index 24dd800..545154c 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -416,7 +416,7 @@ H5C_prep_for_file_close(H5F_t *f)
#ifdef H5_HAVE_PARALLEL
if ((H5F_INTENT(f) & H5F_ACC_RDWR) && !image_generated && cache_ptr->aux_ptr != NULL &&
- f->shared->sblock && f->shared->fs_persist) {
+ f->shared->fs_persist) {
/* If persistent free space managers are enabled, flushing the
* metadata cache may result in the deletion, insertion, and/or
* dirtying of entries.