summaryrefslogtreecommitdiffstats
path: root/urpm/parallel.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/parallel.pm')
-rw-r--r--urpm/parallel.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/parallel.pm b/urpm/parallel.pm
index 867b715b..28e1f5f6 100644
--- a/urpm/parallel.pm
+++ b/urpm/parallel.pm
@@ -223,6 +223,7 @@ sub parallel_resolve_dependencies {
$parallel->urpm_popen($urpm, 'urpmq', "--synthesis $synthesis -fmc $line " . join(' ', keys %chosen), sub {
my ($node, $s) = @_;
_parse_urpmq_output($urpm, $state, $node, $s, \$cont, \%chosen, %options);
+ undef;
});
#- check for internal error of resolution.
$cont == 1 and die "internal distant urpmq error on choice not taken";