aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-20 13:49:38 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-20 13:49:38 -0400
commit2849a95691c002108666eb414ff497bf93349e7d (patch)
tree163da85c6a1565c1c9cd52aa59cff5dfe5007d73 /changes
parentc2323f1340449d135ce698631cefbd1e546a9fe3 (diff)
downloadtor-2849a95691c002108666eb414ff497bf93349e7d.tar.gz
tor-2849a95691c002108666eb414ff497bf93349e7d.zip
Add a ! to directory_caches_dir_info() to fix a logic error
We want to fetch directory info more aggressively if we need it to refuseunknownexits. Thus, we'll want it if our exit policy is _NOT_ reject *.
Diffstat (limited to 'changes')
-rw-r--r--changes/caches_if_exit5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/caches_if_exit b/changes/caches_if_exit
new file mode 100644
index 0000000000..0e662270e2
--- /dev/null
+++ b/changes/caches_if_exit
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Fix a logic error where servers that _didn't_ act as exits would
+ try to keep their server lists more aggressively up to date than
+ exits, when it was supposed to be the other way around. Bugfix
+ on 0.2.2.17-alpha.