Commit b7d53d41 authored by Richard Levitte's avatar Richard Levitte
Browse files

Refactoring BIO: small test correction

parent a89c9a0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,