Bug 24946: Fix a warning message caused by a missed purpose check.

Also fix three other checks (found by inspection of all
CIRCUIT_PURPOSE_C_GENERAL occurrences).
This commit is contained in:
Mike Perry
2018-01-20 03:16:24 +00:00
parent 48a51c5f8b
commit db5b670d85
5 changed files with 21 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (hidden services):
- Fix a warning caused by differentiating hsdir circuits from general
circuits. Also address three similar checks in the codebase that
were related to reuse and rate limiting of circuits. Fixes bug 24946;
bugfix on 0.3.3.0-alpha-dev; not in any released version of tor.