diff options
author | David Goulet <dgoulet@torproject.org> | 2018-01-31 13:59:05 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-01-31 13:59:05 -0500 |
commit | c85f78e74c52d19b575618d031e67b64210c14fc (patch) | |
tree | 1ea73761ab53e346d34e7a793b8b4ee0c0da18ab /changes/bug24975 | |
parent | 3a247ca92a06c864a2cb634fbe2bc23cf48fb977 (diff) | |
download | tor-c85f78e74c52d19b575618d031e67b64210c14fc.tar.gz tor-c85f78e74c52d19b575618d031e67b64210c14fc.zip |
Revert "ns: Call notify_networkstatus_changed() after the new consensus is set globally"
This reverts commit 3a247ca92a06c864a2cb634fbe2bc23cf48fb977.
Diffstat (limited to 'changes/bug24975')
-rw-r--r-- | changes/bug24975 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/bug24975 b/changes/bug24975 deleted file mode 100644 index fe937d74d5..0000000000 --- a/changes/bug24975 +++ /dev/null @@ -1,6 +0,0 @@ - o Major bugfixes (scheduler, consensus): - - A logic in the code was preventing the scheduler subystem to properly - make a decision based on the latest consensus when it arrives. This lead - to the scheduler failing to notice any consensus parameters that might - change from one consensus to another. Fixes bug 24975; bugfix on - 0.3.2.1-alpha. |