chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / disobedience / disobedience.c
index dea9d59276b0bc65a587a2f7120ef59bd66a4a37..a4e9d20773f0d1e4ce4649a7713fd9a06d41e54c 100644 (file)
@@ -460,7 +460,7 @@ int main(int argc, char **argv) {
   /* create the event loop */
   D(("create main loop"));
   mainloop = g_main_loop_new(0, 0);
-  if(config_read(0)) fatal(0, "cannot read configuration");
+  if(config_read(0, NULL)) fatal(0, "cannot read configuration");
   /* we'll need mixer support */
   backend = uaudio_apis[0];
   if(backend->open_mixer)