diff options
Diffstat (limited to 'examples/h5rados_group_create.c')
-rw-r--r-- | examples/h5rados_group_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5rados_group_create.c b/examples/h5rados_group_create.c index fcfbbc0..68c6a6d 100644 --- a/examples/h5rados_group_create.c +++ b/examples/h5rados_group_create.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 */ |