chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Do some basic compatibility checking when installing a new server
[disorder]
/
server
/
choose.c
diff --git
a/server/choose.c
b/server/choose.c
index bc824752331bbdd89c7b0fc6170eda15fcbd0d6b..10ed360d962ad22113ea41418e029211c1cc1a02 100644
(file)
--- a/
server/choose.c
+++ b/
server/choose.c
@@
-281,7
+281,7
@@
int main(int argc, char **argv) {
openlog(progname, LOG_PID, LOG_DAEMON);
log_default = &log_syslog;
}
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");
/* Find out current queue/recent list */
queue_read();
recent_read();
/* Find out current queue/recent list */
queue_read();
recent_read();