X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/104ae93aec511162916f74cd4c30b3c304d6da99..42829e58658d0577053f6ce46491a94f435f8e91:/server/disorderd.c diff --git a/server/disorderd.c b/server/disorderd.c index 125a005..b41dade 100644 --- a/server/disorderd.c +++ b/server/disorderd.c @@ -243,7 +243,7 @@ int main(int argc, char **argv) { ev = ev_new(); if(ev_child_setup(ev)) fatal(0, "ev_child_setup failed"); /* read config */ - if(config_read()) + if(config_read(1)) fatal(0, "cannot read configuration"); /* Start the speaker process (as root! - so it can choose its nice value) */ speaker_setup(ev);