tor/changes/ticket32410
teor aaef9a2519 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.
2019-11-07 11:43:41 +10:00

4 lines
127 B
Plaintext

o Minor features (relay):
- When the relay module is disabled, make "DirCache 0" the default.
Closes ticket 32410.