]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf-test.c
Conf: Introduced cf_set_journalling()
[libucw.git] / ucw / conf-test.c
index 29653f5338f04553385ae2cc8d244dcfe0b0739d..34d1f36bc9e316350bd8d2eab7194423037144c8 100644 (file)
@@ -193,7 +193,7 @@ main(int argc, char *argv[])
 {
   log_init(argv[0]);
   cf_declare_section("top", &cf_top, 0);
-  cf_set_default_file("ucw/conf-test.cf");
+  cf_def_file = "ucw/conf-test.cf";
 
   int opt;
   while ((opt = cf_getopt(argc, argv, short_opts, long_opts, NULL)) >= 0)