summaryrefslogtreecommitdiffstats
path: root/examples/h5rados_dset_open.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-02-22 18:53:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-02-22 19:03:08 (GMT)
commit0e402e436d0c58acc72e45ab6153d5662b3148e0 (patch)
tree94798cf8cb723798fc7fda00a281b712ccdfb427 /examples/h5rados_dset_open.c
parent9e5651ec4f0073ed84a5459dc109ca0d6b602862 (diff)
downloadhdf5-0e402e436d0c58acc72e45ab6153d5662b3148e0.zip
hdf5-0e402e436d0c58acc72e45ab6153d5662b3148e0.tar.gz
hdf5-0e402e436d0c58acc72e45ab6153d5662b3148e0.tar.bz2
Updated the tests to use mobject.
Diffstat (limited to 'examples/h5rados_dset_open.c')
-rw-r--r--examples/h5rados_dset_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5rados_dset_open.c b/examples/h5rados_dset_open.c
index 19e29ed..a0d4fa7 100644
--- a/examples/h5rados_dset_open.c
+++ b/examples/h5rados_dset_open.c
@@ -15,7 +15,7 @@ int main(int argc, char *argv[]) {
if(rados_create(&cluster, NULL) < 0)
ERROR;
- if(rados_conf_read_file(cluster, "ceph.conf") < 0)
+ if(rados_conf_read_file(cluster, CEPH_CONFIG_FILE) < 0)
ERROR;
/* Initialize VOL */