X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..9602bad8c9c482e56de7405a157bdbc002ab480d:/server/normalize.c diff --git a/server/normalize.c b/server/normalize.c index db5b9d5..717f3cc 100644 --- a/server/normalize.c +++ b/server/normalize.c @@ -141,7 +141,7 @@ int main(int argc, char attribute((unused)) **argv) { default: fatal(0, "invalid option"); } } - if(config_read(1)) + if(config_read(1, NULL)) fatal(0, "cannot read configuration"); if(logsyslog) { openlog(progname, LOG_PID, LOG_DAEMON);