diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-06 21:28:21 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-06 21:32:09 +1100 |
commit | ba5053b45dd14bd2fb982a29360fe0e1dc4525dc (patch) | |
tree | 65b3d1204b573dede4718072ae8174003bc2a4aa /changes/feature17608 | |
parent | ee5337e90497e31c1ef18630c4f089e70bda5269 (diff) | |
download | tor-ba5053b45dd14bd2fb982a29360fe0e1dc4525dc.tar.gz tor-ba5053b45dd14bd2fb982a29360fe0e1dc4525dc.zip |
Refactor policies_parse_exit_policy_internal
Move logging of redundant policy entries in
policies_parse_exit_policy_internal into its own function.
Closes ticket 17608; patch from "juce".
Diffstat (limited to 'changes/feature17608')
-rw-r--r-- | changes/feature17608 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature17608 b/changes/feature17608 new file mode 100644 index 0000000000..d56bb7d4a7 --- /dev/null +++ b/changes/feature17608 @@ -0,0 +1,4 @@ + o Minor feature (refactoring): + - Move logging of redundant policy entries in + policies_parse_exit_policy_internal into its own function. + Closes ticket 17608; patch from "juce". |