summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-11-25 03:14:45 (GMT)
committerGitHub <noreply@github.com>2021-11-25 03:14:45 (GMT)
commited92286131a6c1ae02a6f0d748110db841825903 (patch)
tree5c0f40055ddf16bbed8043232a864d0ca4246d96 /src/H5FDsec2.c
parentb3262c75d56dca8dac5bbe46c5531d9b9c6c9f21 (diff)
downloadhdf5-ed92286131a6c1ae02a6f0d748110db841825903.zip
hdf5-ed92286131a6c1ae02a6f0d748110db841825903.tar.gz
hdf5-ed92286131a6c1ae02a6f0d748110db841825903.tar.bz2
Only check HDF5_DRIVER in MPI I/O VFD if VFD isn't initialized (#1213)
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index 77cc58e..46f5fd4 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -1080,7 +1080,6 @@ H5FD__sec2_ctl(H5FD_t *_file, uint64_t op_code, uint64_t flags, const void H5_AT
/* Sanity checks */
HDassert(file);
- HDassert(H5FD_SEC2 == file->pub.driver_id);
switch (op_code) {
/* Unknown op code */