summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-06 21:28:21 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-06 21:32:09 +1100
commitba5053b45dd14bd2fb982a29360fe0e1dc4525dc (patch)
tree65b3d1204b573dede4718072ae8174003bc2a4aa /changes
parentee5337e90497e31c1ef18630c4f089e70bda5269 (diff)
downloadtor-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')
-rw-r--r--changes/feature176084
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".