diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-06 16:39:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-06 16:39:46 -0500 |
commit | add164aa41724ba6d66c961f37bd798e268062d2 (patch) | |
tree | 395579b7a8a59ea47514b721061031db5a6cb984 /changes/bug20472 | |
parent | 59f4cae68c00e6b894e68d8cfefae295a8b9eb89 (diff) | |
download | tor-add164aa41724ba6d66c961f37bd798e268062d2.tar.gz tor-add164aa41724ba6d66c961f37bd798e268062d2.zip |
Fix warnings from lintChanges.py
Diffstat (limited to 'changes/bug20472')
-rw-r--r-- | changes/bug20472 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug20472 b/changes/bug20472 index b0350378af..4d90c39f5b 100644 --- a/changes/bug20472 +++ b/changes/bug20472 @@ -1,4 +1,5 @@ o Minor bugfixes (circuits): - Remove a BUG warning in circuit_pick_extend_handshake. Instead, assume all nodes support EXTEND2. Use ntor whenever a key is available. - Bugfix on commit 10aa913 from 19163 in 0.2.9.3-alpha. Fixes bug 20472. + Fixes bug 20472; bugfix on 0.2.9.3-alpha. + |