diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-02 16:11:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-02 16:11:02 -0400 |
commit | dfdf32404cd93671646481f6f3c129591a6901d7 (patch) | |
tree | d2a9227818cd7fd7a1e85443cd808df8724c14cf /changes | |
parent | cd2be4283c8b4f8543649b067f198e7cf43652c1 (diff) | |
download | tor-dfdf32404cd93671646481f6f3c129591a6901d7.tar.gz tor-dfdf32404cd93671646481f6f3c129591a6901d7.zip |
Partially revert "Use tor_addr_from_getsockname() in several places"
This reverts part of commit 6ed384b827dce21ea3a44b587, in order to
fix bug 26568. Bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26568 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26568 b/changes/bug26568 new file mode 100644 index 0000000000..0c4c05d043 --- /dev/null +++ b/changes/bug26568 @@ -0,0 +1,3 @@ + o Minor bugfixes (controller): + - Report the port correctly when a port is configured to bind to "auto". + Fixes bug 26568; bugfix on 0.3.4.1-alpha. |