chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / cgi / cgimain.c
index 583af30e01a7e42f939259044f0edf691d11dfcd..e4c722033a9640273eedb7b3c7509d4682e784f8 100644 (file)
@@ -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. */