diff options
author | Francois Pons <fpons@mandriva.com> | 2002-12-13 10:35:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-12-13 10:35:31 +0000 |
commit | 663f63199bf2c2216952a675f411237a29f7f661 (patch) | |
tree | 9b75f6684524ff6598a633adc1721bda0fc0fa89 /urpm.pm | |
parent | 52dd39ed364b8d82ca418c69c7626d9576138fd5 (diff) | |
download | urpmi-663f63199bf2c2216952a675f411237a29f7f661.tar urpmi-663f63199bf2c2216952a675f411237a29f7f661.tar.gz urpmi-663f63199bf2c2216952a675f411237a29f7f661.tar.bz2 urpmi-663f63199bf2c2216952a675f411237a29f7f661.tar.xz urpmi-663f63199bf2c2216952a675f411237a29f7f661.zip |
4.1-16mdk
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1626,7 +1626,7 @@ sub register_rpms { $start <= $id and @requested{($start .. $id)} = (1) x ($id-$start+1); #- distribute local packages to distant nodes directly in cache of each machine. - $urpm->{parallel_handler} and $urpm->{parallel_handler}->parallel_register_rpms(@_); + @files && $urpm->{parallel_handler} and $urpm->{parallel_handler}->parallel_register_rpms(@_); %requested; } |