diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-14 10:42:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-14 10:42:49 -0400 |
commit | d01cf18ecbb02bca7e4168b28f28d8b84f03da70 (patch) | |
tree | 8b834125a3b2e09ed8b564181e49f3f5cb939a4c /changes | |
parent | 102bb1c04f5cb4fb3eae7f41f80660e47c64ceb6 (diff) | |
download | tor-d01cf18ecbb02bca7e4168b28f28d8b84f03da70.tar.gz tor-d01cf18ecbb02bca7e4168b28f28d8b84f03da70.zip |
should_disable_dir_fetches() now returns 1 if DisableNetwork==1
This change prevents LD_BUG warnings and bootstrap failure messages
when we try to do directory fetches when starting with
DisableNetwork == 1, a consensus present, but no descriptors (or
insufficient descriptors) yet.
Fixes bug 11200 and bug 10405. It's a bugfix on 0.2.3.9-alpha.
Thanks to mcs for walking me through the repro instructions!
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11200 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11200 b/changes/bug11200 new file mode 100644 index 0000000000..b4b61c9b7c --- /dev/null +++ b/changes/bug11200 @@ -0,0 +1,5 @@ + - Minor bugfixes: + + - Avoid generating spurious warnings and failure messages when + starting with DisableNetwork enabled. Fixes bug 11200 and bug + 10405; bugfix on 0.2.3.9-alpha. |