summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-08 16:33:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-08 16:33:04 (GMT)
commitf89b8d3252f60e5f13730584ad9f38079c924c31 (patch)
tree8984b9d60842d8f6980158511c634b671eb320d7 /tools/h5ls
parente4ea70a674aef20203b242ef808507b2896e3f84 (diff)
downloadhdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.zip
hdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.tar.gz
hdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.tar.bz2
HDFFV-10903 adjust for missing functions
Diffstat (limited to 'tools/h5ls')
-rw-r--r--tools/h5ls/h5ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index b0b42fa..90363e7 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -2421,7 +2421,7 @@ main(int argc, const char *argv[])
/* default "anonymous" s3 configuration */
H5FD_ros3_fapl_t ros3_fa = {
1, /* fapl version */
- false, /* authenticate */
+ FALSE, /* authenticate */
"", /* aws region */
"", /* access key id */
"", /* secret access key */