aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-14 10:42:49 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-14 10:42:49 -0400
commitd01cf18ecbb02bca7e4168b28f28d8b84f03da70 (patch)
tree8b834125a3b2e09ed8b564181e49f3f5cb939a4c /changes
parent102bb1c04f5cb4fb3eae7f41f80660e47c64ceb6 (diff)
downloadtor-d01cf18ecbb02bca7e4168b28f28d8b84f03da70.tar
tor-d01cf18ecbb02bca7e4168b28f28d8b84f03da70.tar.gz
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/bug112005
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11200 b/changes/bug11200
new file mode 100644
index 000000000..b4b61c9b7
--- /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.