diff options
author | teor <teor2345@gmail.com> | 2017-01-03 15:03:34 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-01-03 15:03:34 +1100 |
commit | c83463ef74050a9bb76fade9448f920a2e28da45 (patch) | |
tree | cb58e69dab457e57337e4bef4c76b191604fcdaa /changes | |
parent | 97ed2ce08560d1446c175a4a2e025762a1424e9a (diff) | |
download | tor-c83463ef74050a9bb76fade9448f920a2e28da45.tar.gz tor-c83463ef74050a9bb76fade9448f920a2e28da45.zip |
Remove a rendundant check for PidFile changes at runtime
This check is already performed regardless of whether the sandbox is active.
Fixes bug 21123; bugfix on commit 2ae47d3 in 0.2.5.4-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21123 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21123 b/changes/bug21123 new file mode 100644 index 0000000000..cb165808a2 --- /dev/null +++ b/changes/bug21123 @@ -0,0 +1,5 @@ + o Minor bugfixes (dead code): + - Remove a rendundant check for PidFile changes at runtime in + options_transition_allowed(): this check is already performed regardless + of whether the sandbox is active. Fixes bug 21123; bugfix on commit + 2ae47d3 in 0.2.5.4-alpha. |