chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / server / disorderd.c
index 74fc07eb4a7d3c49059b3d54d5383f56d6f0d944..ab6221a2c79b20cb55973a9ae6180c0c38729fc6 100644 (file)
@@ -230,7 +230,7 @@ int main(int argc, char **argv) {
   if(ev_child_setup(ev)) fatal(0, "ev_child_setup failed");
   /* read config */
   config_uaudio_apis = uaudio_apis;
-  if(config_read(1))
+  if(config_read(1,  NULL))
     fatal(0, "cannot read configuration");
   /* make sure the home directory exists and has suitable permissions */
   make_home();