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".
This commit is contained in:
teor (Tim Wilson-Brown)
2015-12-06 21:28:21 +11:00
parent ee5337e904
commit ba5053b45d
2 changed files with 60 additions and 47 deletions
+4
View File
@@ -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".