X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/fb93862c3c47914c79a8109e4b0ce9fc1b7ce726..477b12ff719d3749b8d8f85035bd6384fee9be0d:/server/speaker.c diff --git a/server/speaker.c b/server/speaker.c index 0cc3ac4..719a6d8 100644 --- a/server/speaker.c +++ b/server/speaker.c @@ -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);