diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-22 10:00:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-22 10:00:37 -0400 |
commit | 2530c842207ecbec0d178fa5ce804a61a1c6ec6c (patch) | |
tree | 7e7edeadd87de62dd9f0b105fb2135b329b7bdbe /changes | |
parent | 64410cc88888ff964a82613cc53475def98d9de7 (diff) | |
download | tor-2530c842207ecbec0d178fa5ce804a61a1c6ec6c.tar tor-2530c842207ecbec0d178fa5ce804a61a1c6ec6c.tar.gz |
Replace return with continue in update_consensus_networkstatus_downloads
Fix for bug 9564; bugfix on 0.2.3.14-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9564 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9564 b/changes/bug9564 new file mode 100644 index 000000000..0df00e369 --- /dev/null +++ b/changes/bug9564 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - If the time to download the next old-style networkstatus is in + the future, do not decline to consider whether to download the + next microdescriptor networkstatus. Fixes bug 9564. Bugfix on + 0.2.3.14-alpha. |