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.
This commit is contained in:
teor
2017-01-03 15:03:34 +11:00
parent 97ed2ce085
commit c83463ef74
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -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.