diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-29 14:11:45 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-29 14:11:45 +0000 |
commit | a0fec2580e78dab1c0004ef53c997362303657b8 (patch) | |
tree | 19382c227224a4f074b661a667f1d4b1b95f5768 | |
parent | ad519bfbc1d39737ad7a02d002e708c0e432fe03 (diff) | |
download | urpmi-a0fec2580e78dab1c0004ef53c997362303657b8.tar urpmi-a0fec2580e78dab1c0004ef53c997362303657b8.tar.gz urpmi-a0fec2580e78dab1c0004ef53c997362303657b8.tar.bz2 urpmi-a0fec2580e78dab1c0004ef53c997362303657b8.tar.xz urpmi-a0fec2580e78dab1c0004ef53c997362303657b8.zip |
handle nodes not updated for parallel remove.
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2965,7 +2965,7 @@ sub parallel_remove { my $state = {}; my $callback = sub { $urpm->{fatal}(1, "internal distributed remove fatal error") }; $urpm->{parallel_handler}->parallel_find_remove($urpm, $state, $remove, %options, - callback_notfound => $callback, + callback_notfound => undef, callback_fuzzy => $callback, callback_base => $callback, ); |