The branch master has been updated
       via  b7d53d411e6d3dcadf58e1e9ac1bfddd82cd3688 (commit)
      from  a89c9a0d855bce735116acfe147b24e386f566ba (commit)


- Log -----------------------------------------------------------------
commit b7d53d411e6d3dcadf58e1e9ac1bfddd82cd3688
Author: Richard Levitte <[email protected]>
Date:   Wed Feb 3 21:43:43 2016 +0100

    Refactoring BIO: small test correction
    
    Reviewed-by: Viktor Dukhovni <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 util/TLSProxy/Proxy.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/TLSProxy/Proxy.pm b/util/TLSProxy/Proxy.pm
index 7082486..dab3d34 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,
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to