X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..b88fd7912fc173b50b4638fb1e25155999568990:/server/rescan.c diff --git a/server/rescan.c b/server/rescan.c index 1380e24..ebff098 100644 --- a/server/rescan.c +++ b/server/rescan.c @@ -380,7 +380,7 @@ int main(int argc, char **argv) { openlog(progname, LOG_PID, LOG_DAEMON); log_default = &log_syslog; } - if(config_read(0)) fatal(0, "cannot read configuration"); + if(config_read(0, NULL)) fatal(0, "cannot read configuration"); xnice(config->nice_rescan); sa.sa_handler = signal_handler; sa.sa_flags = SA_RESTART;