diff options
Diffstat (limited to 'urpm/get_pkgs.pm')
-rw-r--r-- | urpm/get_pkgs.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index 7f6bcc28..3326b7a1 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -179,14 +179,14 @@ sub verify_partial_rpm_and_move { } -=item get_distant_media_filesize(undef, $blists, $sources) +=item get_distant_media_filesize($blists, $sources) Get the filesize of packages to download from remote media. =cut sub get_distant_media_filesize { - my (undef, $blists, $sources) = @_; + my ($blists, $sources) = @_; my $filesize; #- get back all ftp and http accessible rpm files into the local cache |