diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-11 10:07:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-11 10:07:15 -0400 |
commit | c274f825da18f33f12eb78260d1c78d5f685d959 (patch) | |
tree | 6f61db9c89c412c79ce1616898eba7843219daac /changes/bug17688 | |
parent | 9eeaeddbb1aa04248841890e244c4714f165522d (diff) | |
parent | 36dd9538d9163f2489fa45e546389d0a262c8c9c (diff) | |
download | tor-c274f825da18f33f12eb78260d1c78d5f685d959.tar.gz tor-c274f825da18f33f12eb78260d1c78d5f685d959.zip |
Merge remote-tracking branch 'asn/bug17688'
Diffstat (limited to 'changes/bug17688')
-rw-r--r-- | changes/bug17688 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug17688 b/changes/bug17688 new file mode 100644 index 0000000000..aae60082c0 --- /dev/null +++ b/changes/bug17688 @@ -0,0 +1,3 @@ + o Minor bugfixes (guard selection): + - Use a single entry guard even if the NumEntryGuards consensus parameter + is not provided. Fixes bug #17688. |