diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-11-26 18:36:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-11-26 18:36:51 +0000 |
commit | 68142b18cd0020df68378850258c38c28231c15b (patch) | |
tree | db45345c98c35773242c8ac23b2281c6277269aa /ChangeLog | |
parent | 80cc941c2d27a4ab2f27c2e7b30544a2a9196b42 (diff) | |
download | tor-68142b18cd0020df68378850258c38c28231c15b.tar.gz tor-68142b18cd0020df68378850258c38c28231c15b.zip |
r9396@totoro: nickm | 2006-11-26 13:36:29 -0500
Fix router_new_address_suggestion() so it only changes last_guessed_ip() when it actually calls resolve_my_address(). (bug found by dev-girl)
svn:r8996
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Changes in version 0.1.2.4-alpha - 2006-11-?? correctly in the Windows installer. - Avoid assert failure when our cached-routers file is empty on startup. + - Don't corrupt last_guesssed_ip in router_new_address_suggestion() when + we're running as a client. Changes in version 0.1.2.3-alpha - 2006-10-29 |