summaryrefslogtreecommitdiffstats
path: root/tools/src/h5ls/h5ls.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-05-06 22:37:40 (GMT)
committerGitHub <noreply@github.com>2022-05-06 22:37:40 (GMT)
commita02cbdac311a78b7804178b501f0bed3dbb2c374 (patch)
treed10a4d780dd29cf17a43bb09264bcde63e2f6576 /tools/src/h5ls/h5ls.c
parent4f376eb29f2b7e560b62cf05843fe6103a50fa71 (diff)
downloadhdf5-a02cbdac311a78b7804178b501f0bed3dbb2c374.zip
hdf5-a02cbdac311a78b7804178b501f0bed3dbb2c374.tar.gz
hdf5-a02cbdac311a78b7804178b501f0bed3dbb2c374.tar.bz2
Onion VFD: sync with develop (#1747)
Sync with develop
Diffstat (limited to 'tools/src/h5ls/h5ls.c')
-rw-r--r--tools/src/h5ls/h5ls.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/src/h5ls/h5ls.c b/tools/src/h5ls/h5ls.c
index 228893a..b7ee380 100644
--- a/tools/src/h5ls/h5ls.c
+++ b/tools/src/h5ls/h5ls.c
@@ -2854,6 +2854,8 @@ main(int argc, char *argv[])
usage();
leave(EXIT_FAILURE);
}
+
+ vfd_info.info = &ros3_fa;
#else
HDfprintf(rawerrorstream, "Error: Read-Only S3 VFD is not enabled\n\n");
usage();
@@ -2875,6 +2877,8 @@ main(int argc, char *argv[])
usage();
leave(EXIT_FAILURE);
}
+
+ vfd_info.info = &hdfs_fa;
#else
HDfprintf(rawerrorstream, "Error: The HDFS VFD is not enabled\n\n");
usage();