channel_tls_get_remote_addr_method now returns real_addr.
commit33d9889a2bdd611bcc255c68c43d60b8919ab663
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Mon, 22 Jan 2018 14:20:17 +0000 (22 15:20 +0100)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 31 Jan 2018 21:12:13 +0000 (31 16:12 -0500)
treed33dc1162d7f944762b5845ce8739a41cfae4a62
parent1f4a73133cf864774c017e2c50b347727519c18f
channel_tls_get_remote_addr_method now returns real_addr.

The accurate address of a connection is real_addr, not the addr member.
channel_tls_get_remote_addr_method() now returns real_addr instead.

Fixes #24952; bugfix on 707c1e2 in 0.2.4.11-alpha.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
changes/bug24952 [new file with mode: 0644]
src/or/channeltls.c