]> git.ipfire.org Git - thirdparty/tor.git/commit
Correct "longest possible policy" comment in router policy
authorteor <teor2345@gmail.com>
Thu, 23 Apr 2015 13:51:59 +0000 (23:51 +1000)
committerteor <teor2345@gmail.com>
Thu, 23 Apr 2015 13:59:19 +0000 (23:59 +1000)
commit9a34caa4e7867c90e8d5280d84fce9cf264c1c38
tree79a60c0081dfd3a53ba1aa107d23e93593f23302
parentc3894473fee0199de50904973abb75fe2935451f
Correct "longest possible policy" comment in router policy

The "longest possible policy" comment in
router_parse_addr_policy_item_from_string() used an example policy
that was actually shorter than the maximum length.

This comment was amended, and expanded to count the maximum number of
characters.

Comment change only.
src/or/routerparse.c