X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/1dc0cedaed875e010691b20a83d46447dc808cb5..5bac5b78c1046bd08a39d3d18c756bbf0566c629:/server/choose.c diff --git a/server/choose.c b/server/choose.c index bc82475..10ed360 100644 --- a/server/choose.c +++ b/server/choose.c @@ -281,7 +281,7 @@ int main(int argc, char **argv) { openlog(progname, LOG_PID, LOG_DAEMON); log_default = &log_syslog; } - if(config_read(0)) fatal(0, "cannot read configuration"); + if(config_read(0, NULL)) fatal(0, "cannot read configuration"); /* Find out current queue/recent list */ queue_read(); recent_read();