Loading changes/bug9564 0 → 100644 +5 −0 Original line number Diff line number Diff line 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. src/or/networkstatus.c +1 −1 Original line number Diff line number Diff line Loading @@ -1239,7 +1239,7 @@ update_consensus_networkstatus_downloads(time_t now) } if (time_to_download_next_consensus[i] > now) return; /* Wait until the current consensus is older. */ continue; /* Wait until the current consensus is older. */ resource = networkstatus_get_flavor_name(i); Loading Loading
changes/bug9564 0 → 100644 +5 −0 Original line number Diff line number Diff line 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.
src/or/networkstatus.c +1 −1 Original line number Diff line number Diff line Loading @@ -1239,7 +1239,7 @@ update_consensus_networkstatus_downloads(time_t now) } if (time_to_download_next_consensus[i] > now) return; /* Wait until the current consensus is older. */ continue; /* Wait until the current consensus is older. */ resource = networkstatus_get_flavor_name(i); Loading