chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
server/*.c: Don't try reading per-user configuration.
[disorder]
/
server
/
dump.c
diff --git
a/server/dump.c
b/server/dump.c
index 85f93497ab6318b2805c0e34fd09e981771f15cd..d59eb6a5cc8b47687486eaa328a17b7736060cb6 100644
(file)
--- a/
server/dump.c
+++ b/
server/dump.c
@@
-408,6
+408,7
@@
int main(int argc, char **argv) {
disorder_fatal(0, "specify only a dump file name");
path = argv[optind];
}
disorder_fatal(0, "specify only a dump file name");
path = argv[optind];
}
+ config_per_user = 0;
if(config_read(0, NULL))
disorder_fatal(0, "cannot read configuration");
if(dump) {
if(config_read(0, NULL))
disorder_fatal(0, "cannot read configuration");
if(dump) {