summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 17:45:22 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2020-04-03 17:45:22 (GMT)
commit08e77ac6facaa0e22021d10d32cf8aefa98b7398 (patch)
treec220bdc81dcf608a6a5b4a2d4913293d9c0715a9 /tools/lib
parent9676029742f18aaae37dd48947bc1faf23406169 (diff)
downloadhdf5-08e77ac6facaa0e22021d10d32cf8aefa98b7398.zip
hdf5-08e77ac6facaa0e22021d10d32cf8aefa98b7398.tar.gz
hdf5-08e77ac6facaa0e22021d10d32cf8aefa98b7398.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 6f95457..5a8162a 100644
--- a/tools/lib/h5tools.c
+++ b/tools/lib/h5tools.c
@@ -738,7 +738,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;