X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0c4101ecabe0fafc07524c77958b71de3e054e98..02ba7921a8b083f421a747b89c65a87d0afd5841:/cgi/cgimain.c diff --git a/cgi/cgimain.c b/cgi/cgimain.c index 583af30..e4c7220 100644 --- a/cgi/cgimain.c +++ b/cgi/cgimain.c @@ -48,7 +48,7 @@ int main(int argc, char **argv) { if(getenv("DISORDER_DEBUG")) debugging = 1; /* Read configuration */ - if(config_read(0/*!server*/)) + if(config_read(0/*!server*/, NULL)) exit(EXIT_FAILURE); /* Figure out our URL. This can still be overridden from the config file if * necessary but it shouldn't be necessary in ordinary installations. */