chiark / gitweb /
server/*.c: Don't try reading per-user configuration.
[disorder] / server / speaker.c
index 0cc3ac4ff589ed71319911dd455aeb46c8d9d536..719a6d86d791b1ab9145f1e83b4ac93c45fb9bff 100644 (file)
@@ -769,6 +769,7 @@ int main(int argc, char **argv) {
     log_default = &log_syslog;
   }
   config_uaudio_apis = uaudio_apis;
+  config_per_user = 0;
   if(config_read(1, NULL)) disorder_fatal(0, "cannot read configuration");
   /* ignore SIGPIPE */
   signal(SIGPIPE, SIG_IGN);