X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmempool.c;h=521724a8b582accde6f68a649f793c0d5c05e6ba;hb=b541de765129b6bf28c5601bb355779652001150;hp=e8e30e46f3cd38930f32548e27b351fc1b44f60f;hpb=5862470eafc2f217892fb3a9d7d208aaa5ece303;p=libucw.git diff --git a/ucw/mempool.c b/ucw/mempool.c index e8e30e46..521724a8 100644 --- a/ucw/mempool.c +++ b/ucw/mempool.c @@ -374,7 +374,7 @@ int main(int argc, char **argv) { srand(time(NULL)); log_init(argv[0]); - cf_set_default_file(NULL); + cf_def_file = NULL; if (cf_getopt(argc, argv, CF_SHORT_OPTS, CF_NO_LONG_OPTS, NULL) >= 0 || argc != optind) die("Invalid usage");