tor/changes/bug13397
Nick Mathewson b06b783fa0 Tolerate relative paths for torrc files with RunAsDaemon
We had a check to block these, but the patch we merged as a1c1fc72
broke this check by making them absolute on demand every time we
opened them.  That's not so great though. Instead, we should make them
absolute on startup, and not let them change after that.

Fixes bug 13397; bugfix on 0.2.3.11-alpha.
2015-01-04 19:34:38 -05:00

5 lines
184 B
Plaintext

o Minor bugfixes:
- Avoid crashing when trying to reload a torrc specified as a relative
path with RunAsDaemon turned on. Fixes bug 13397; bugfix on
0.2.3.11-alpha.