Refactoring BIO: small test correction
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
parent
a89c9a0d85
commit
b7d53d411e
@ -209,7 +209,7 @@ sub clientstart
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Create the Proxy socket
|
# Create the Proxy socket
|
||||||
my $proxaddr = $self->server_addr;
|
my $proxaddr = $self->proxy_addr;
|
||||||
$proxaddr =~ s/[\[\]]//g; # Remove [ and ]
|
$proxaddr =~ s/[\[\]]//g; # Remove [ and ]
|
||||||
my $proxy_sock = $IP_factory->(
|
my $proxy_sock = $IP_factory->(
|
||||||
LocalHost => $proxaddr,
|
LocalHost => $proxaddr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user