X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/ca3a4fc02287f65c3587908012d36e68df0200b1..e76f6517de020783d828be59f461f1d4f465c4b4:/test/random-corpus.c diff --git a/test/random-corpus.c b/test/random-corpus.c index 8b7748ef..790193d2 100644 --- a/test/random-corpus.c +++ b/test/random-corpus.c @@ -160,7 +160,7 @@ main (int argc, char **argv) exit (1); } - config = notmuch_config_open (ctx, config_path, NULL); + config = notmuch_config_open (ctx, config_path, FALSE); if (config == NULL) return 1;