Increase POLICY_BUF_LEN to 72 to accomodate IPv6 exit policy items.

Fixes bug 9596; bugfix on 0.2.4.7-alpha.
This commit is contained in:
Nick Mathewson
2013-08-26 11:30:09 -04:00
parent a5610cfa64
commit a5f6cb908c
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Correctly log long IPv6 exit policy, instead of truncating them
or reporting an error. Fixes bug 9596; bugfix on 0.2.4.7-alpha.