diff options
author | teor <teor@torproject.org> | 2019-11-07 10:44:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-07 11:43:41 +1000 |
commit | aaef9a2519d81c016bc1f58272121ed908fbff10 (patch) | |
tree | 720f3f62b2cada31b0f77b023288e9a498182d66 /changes | |
parent | 57f43bcb03b6dafd3564b128f40e4d6713c91b8e (diff) | |
download | tor-aaef9a2519d81c016bc1f58272121ed908fbff10.tar.gz tor-aaef9a2519d81c016bc1f58272121ed908fbff10.zip |
relay: Stop failing on startup when the relay module is disabled
When the relay module is disabled, make "ClientOnly 1" and
"DirCache 0" by default. (But keep "ClientOnly 0" and
"DirCache 1" as the defaults for the unit tests.)
And run "make autostyle".
Part of ticket 32410.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32410 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket32410 b/changes/ticket32410 new file mode 100644 index 0000000000..56368fe558 --- /dev/null +++ b/changes/ticket32410 @@ -0,0 +1,3 @@ + o Minor features (relay): + - When the relay module is disabled, make "DirCache 0" the default. + Closes ticket 32410. |