summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 17:45:22 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:57 (GMT)
commit1a1343cb19c0f3d215274ac543c45f240547372b (patch)
tree6c18b6654949c4a1bf72cc378b6003e74d43562d /tools/lib
parentf5dc2a2f8dce02f947694b96e80d0906e8c999e7 (diff)
downloadhdf5-1a1343cb19c0f3d215274ac543c45f240547372b.zip
hdf5-1a1343cb19c0f3d215274ac543c45f240547372b.tar.gz
hdf5-1a1343cb19c0f3d215274ac543c45f240547372b.tar.bz2
Restore previous tools library driver name behavior with passthrough VOL connector
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c
index 64e86f1..63f3baf 100644
--- a/tools/lib/h5tools.c
+++ b/tools/lib/h5tools.c
@@ -795,7 +795,7 @@ h5tools_get_vfd_name(hid_t fapl_id, char *drivername, size_t drivername_size)
/* TODO: For now, we have no way of determining if an arbitrary
* VOL connector is native-terminal. */
- if (fapl_vol_id == H5VL_NATIVE) {
+ if (fapl_vol_id == H5VL_NATIVE || fapl_vol_id == H5VL_PASSTHRU) {
const char *driver_name;
hid_t driver_id;