Use CircuitBuildTimeout whenever circuit_build_times_disabled is true

Previously, we checked LearnCircuitBuildTimeout directly.

Fixes bug #20073 in commit 5b0b51ca3 on tor 0.2.4.12-alpha.
This commit is contained in:
teor
2016-09-06 15:58:30 +10:00
committed by Nick Mathewson
parent 3e4a401ead
commit 0285f4f34d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -18,3 +18,6 @@
- Prevent Tor2web clients running hidden services, these services are
not anonymous due to the one-hop client paths.
Fixes bug #19678. Patch by teor.
o Minor bug fixes (circuits):
- Use CircuitBuildTimeout whenever LearnCircuitBuildTimeout is disabled.
Fixes bug #19678 in commit 5b0b51ca3 in 0.2.4.12-alpha. Patch by teor.