tor/changes/bug8197

7 lines
294 B
Plaintext
Raw Normal View History

2014-09-14 16:35:13 +02:00
o Minor refactoring:
- Reworking API of policies_parse_exit_policy() function to use a
bitmask to represent parsing options instead of a confusing mess
of booleans. Resolves ticket 8197.
- Introducing helper function to parse ExitPolicy in or_options_t
structure.