From: Richard Levitte Date: Wed, 3 Feb 2016 20:43:43 +0000 (+0100) Subject: Refactoring BIO: small test correction X-Git-Tag: OpenSSL_1_1_0-pre3~297 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7d53d411e6d3dcadf58e1e9ac1bfddd82cd3688;p=oweals%2Fopenssl.git Refactoring BIO: small test correction Reviewed-by: Viktor Dukhovni --- diff --git a/util/TLSProxy/Proxy.pm b/util/TLSProxy/Proxy.pm index 7082486561..dab3d34357 100644 --- a/util/TLSProxy/Proxy.pm +++ b/util/TLSProxy/Proxy.pm @@ -209,7 +209,7 @@ sub clientstart } # Create the Proxy socket - my $proxaddr = $self->server_addr; + my $proxaddr = $self->proxy_addr; $proxaddr =~ s/[\[\]]//g; # Remove [ and ] my $proxy_sock = $IP_factory->( LocalHost => $proxaddr,