]> git.ipfire.org Git - thirdparty/tor.git/commit
When there is a transition in permitted nodes, apply it to trackexithosts map
authorNick Mathewson <nickm@torproject.org>
Sun, 3 Apr 2011 23:43:47 +0000 (19:43 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 27 Apr 2011 03:54:17 +0000 (23:54 -0400)
commit80adb3de507db4cd67208396e1ea301f131c1228
treef2ada6125e306bfdf4baea7ea8f373043fd162b8
parent128582cc1f9fd363f3fb2a96b61fde1701a56970
When there is a transition in permitted nodes, apply it to trackexithosts map

IOW, if we were using TrackExitHosts, and we added an excluded node or
removed a node from exitnodes, we wouldn't actually remove the mapping
that points us at the new node.

Also, note with an XXX022 comment a place that I think we are looking
at the wrong string.
src/or/config.c
src/or/connection_edge.c
src/or/connection_edge.h
src/or/routerlist.c
src/or/routerlist.h