summaryrefslogtreecommitdiffstats
path: root/examples/h5rados_file_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5rados_file_open.c')
-rw-r--r--examples/h5rados_file_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5rados_file_open.c b/examples/h5rados_file_open.c
index 176d26e..881ab10 100644
--- a/examples/h5rados_file_open.c
+++ b/examples/h5rados_file_open.c
@@ -12,7 +12,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 */