chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / server / deadlock.c
index 3c1335133b6d994d936b53e49178a80b54ba8a3a..d90a123b95e43788f8b6a44633a37af06b381c26 100644 (file)
@@ -71,7 +71,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");
   info("started");
   trackdb_init(TRACKDB_NO_RECOVER);
   while(getppid() != 1) {