Restore previous tools library driver name behavior with passthrough VOL connector

This commit is contained in:
Jordan Henderson 2020-04-03 12:45:22 -05:00
parent 9676029742
commit 08e77ac6fa

View File

@ -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;