chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / server / normalize.c
index db5b9d517b11ee8189b565ed2358344b6edf6f22..717f3cc17c7f239a095f35340235aebc5cf643e8 100644 (file)
@@ -141,7 +141,7 @@ int main(int argc, char attribute((unused)) **argv) {
     default: fatal(0, "invalid option");
     }
   }
-  if(config_read(1))
+  if(config_read(1, NULL))
     fatal(0, "cannot read configuration");
   if(logsyslog) {
     openlog(progname, LOG_PID, LOG_DAEMON);