From fb83ee6d05334fa2ddf01e8cae5fc9dcd8b0499a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 2 Jul 2001 14:00:39 +0000 Subject: remove buggy prototype --- perl-install/crypto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 780539cc9..0832d5073 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -32,7 +32,7 @@ sub mirrors() { keys %mirrors } sub dir { $mirrors{$_[0]}[1] . '/' . (arch() !~ /i.86/ && ((arch() =~ /sparc/ ? "sparc" : arch()). '/')) . $::VERSION } sub ftp($) { ftp::new($_[0], dir($_[0])) } -sub getFile($$) { +sub getFile { my ($file, $host) = @_; $host ||= $crypto::host; log::l("getting crypto file $file on directory " . dir($host) . " with login $mirrors{$host}[2]"); -- cgit v1.2.1