]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cconf: set default conf filename
authorYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 28 Jan 2009 18:51:18 +0000 (10:51 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 28 Jan 2009 18:51:18 +0000 (10:51 -0800)
src/cconf.cc

index 1f4f03e5df57f56fd55fd0b920817b7f2382d498..682a452db338889d66be6ef1d8abcaaeb0527c93 100644 (file)
@@ -20,7 +20,7 @@ void usage()
 
 int main(int argc, const char **argv) 
 {
-  const char *fname = NULL, *section = NULL;
+  const char *fname = "ceph.conf", *section = NULL;
   const char *key = NULL, *defval = NULL;
   char *val;
   int param = 0;