X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/320598d40fb55001274c097d4a1a09c31b8d0335..42829e58658d0577053f6ce46491a94f435f8e91:/server/deadlock.c?ds=sidebyside diff --git a/server/deadlock.c b/server/deadlock.c index f6ae420..82e796d 100644 --- a/server/deadlock.c +++ b/server/deadlock.c @@ -94,7 +94,7 @@ int main(int argc, char **argv) { openlog(progname, LOG_PID, LOG_DAEMON); log_default = &log_syslog; } - if(config_read()) fatal(0, "cannot read configuration"); + if(config_read(0)) fatal(0, "cannot read configuration"); info("started"); trackdb_init(0); while(getppid() != 1) {