From f178a0b654b57e5eb443cee76cd3170bfef0bc4a Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 7 Feb 2001 10:45:52 +0000 Subject: now fully fixed ftp connection (and http too) caused by forked DrakX with latent ftp connection. --- perl-install/http.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/http.pm') diff --git a/perl-install/http.pm b/perl-install/http.pm index eb8ca0a09..5c8408478 100644 --- a/perl-install/http.pm +++ b/perl-install/http.pm @@ -16,6 +16,7 @@ sub getFile { $path .= "/$_[0]"; $sock->close if $sock; + $_[0] eq 'XXX' and return; #- force closing connection. $sock = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port || 80, Proto => 'tcp', -- cgit v1.2.1