diff options
author | Roger Dingledine <arma@torproject.org> | 2014-08-05 16:54:46 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-08-06 18:30:14 -0400 |
commit | fcac4b4467427e8f6ad948e8c8e6f34a0131e716 (patch) | |
tree | f5af6efe0fef0697787e3d75067f342a8f033a30 /changes/bug11200-caching | |
parent | 0c869af7f8626cc74a7b82d0c0d6192cbb796d02 (diff) | |
download | tor-fcac4b4467427e8f6ad948e8c8e6f34a0131e716.tar.gz tor-fcac4b4467427e8f6ad948e8c8e6f34a0131e716.zip |
Build circuits more readily when DisableNetwork goes to 0
When Tor starts with DisabledNetwork set, it would correctly
conclude that it shouldn't try making circuits, but it would
mistakenly cache this conclusion and continue believing it even
when DisableNetwork is set to 0. Fixes the bug introduced by the
fix for bug 11200; bugfix on 0.2.5.4-alpha.
Diffstat (limited to 'changes/bug11200-caching')
-rw-r--r-- | changes/bug11200-caching | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug11200-caching b/changes/bug11200-caching new file mode 100644 index 0000000000..e3fbaeca73 --- /dev/null +++ b/changes/bug11200-caching @@ -0,0 +1,7 @@ + o Major bugfixes: + - When Tor starts with DisabledNetwork set, it would correctly + conclude that it shouldn't try making circuits, but it would + mistakenly cache this conclusion and continue believing it even + when DisableNetwork is set to 0. Fixes the bug introduced by the + fix for bug 11200; bugfix on 0.2.5.4-alpha. + |