Bug 387705: Single dependency loop detection not working anymore - Patch by Ronaldo Maia <romaia@async.com.br> r/a=LpSolit
git-svn-id: svn://10.0.0.236/trunk@229733 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
24ae914348
commit
54c87ba09c
@ -877,9 +877,10 @@ sub _check_dependencies {
|
||||
|
||||
$deps_in{$type} = \@bug_ids;
|
||||
}
|
||||
|
||||
|
||||
# And finally, check for dependency loops.
|
||||
my %deps = ValidateDependencies($deps_in{dependson}, $deps_in{blocked});
|
||||
my $bug_id = ref($invocant) ? $invocant->id : 0;
|
||||
my %deps = ValidateDependencies($deps_in{dependson}, $deps_in{blocked}, $bug_id);
|
||||
|
||||
return ($deps{'dependson'}, $deps{'blocked'});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user