Refactoring BIO: small test correction

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-03 21:43:43 +01:00
parent a89c9a0d85
commit b7d53d411e

View File

@ -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,