diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-29 13:46:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-29 13:47:58 -0400 |
commit | b448ec195dd8687d2d5f363e12fec046eb2d1677 (patch) | |
tree | b286291ff27b917acf8a12faf8160efca56dacd2 /changes | |
parent | e440993f95fad6d5a049be83517c8586fff7ab21 (diff) | |
download | tor-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/ticket11582 | 5 |
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 |