mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
13847b8db6
The new behavior is to try to rename the old file if there is one there that we can't read. In all likelihood, that will fail too, but at least we tried, and at least it won't crash.
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
o Minor bugfixes
|
|
- Do not crash when our configuration file becomes unreadable
|
|
(usually due to a permissions change) between when we start
|
|
up and when a controller calls SAVECONF. Fixes bug 3135;
|
|
bugfix on 0.0.9pre6.
|
|
|