chiark / gitweb /
Do some basic compatibility checking when installing a new server
[disorder] / clients / playrtp.c
index f5f538de4a6540d6fbba3ae29eb890cf8428a2a5..81c1e8eb15115697ba5ce114b70808d0b2d5a972 100644 (file)
@@ -621,7 +621,7 @@ int main(int argc, char **argv) {
     default: fatal(0, "invalid option");
     }
   }
-  if(config_read(0)) fatal(0, "cannot read configuration");
+  if(config_read(0, NULL)) fatal(0, "cannot read configuration");
   if(!maxbuffer)
     maxbuffer = 2 * minbuffer;
   argc -= optind;