]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix for bug 7112 (spewing complaints from tor_addr_is_internal)
authorNick Mathewson <nickm@torproject.org>
Wed, 17 Oct 2012 15:15:01 +0000 (11:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 17 Oct 2012 15:15:01 +0000 (11:15 -0400)
commit898bd1ae8f1eeb880eaaeba2caa1cda435a1ac5b
tree2ce70f4e4047f91aea5800563f4cf34e3d00284e
parentf633184af1f0dd4a0d2a4c3490d95a8aa6e964d1
Fix for bug 7112 (spewing complaints from tor_addr_is_internal)

In 4768c0efe3e9471cc367c3740d1a4ba0ab79626c (not in any released
version of Tor), we removed a little block of code that set the addr
field of an exit connection used in making a tunneled directory
request.  Turns out that wasn't right.
src/or/connection_edge.c