aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-29 13:46:30 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-29 13:47:58 -0400
commitb448ec195dd8687d2d5f363e12fec046eb2d1677 (patch)
treeb286291ff27b917acf8a12faf8160efca56dacd2 /changes
parente440993f95fad6d5a049be83517c8586fff7ab21 (diff)
downloadtor-b448ec195dd8687d2d5f363e12fec046eb2d1677.tar.gz
tor-b448ec195dd8687d2d5f363e12fec046eb2d1677.zip
Clear the cached address from resolve_my_address() when our IP changes
Closes 11582; patch from "ra".
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket115825
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket11582 b/changes/ticket11582
new file mode 100644
index 0000000000..e54f77998e
--- /dev/null
+++ b/changes/ticket11582
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Re-check our address after we detect a changed IP address from
+ getsockname(). This ensures that the controller command "GETINFO
+ address" will report the correct value. Resolves ticket 11582.
+ Patch from "ra". \ No newline at end of file