From 5b32673939e70e5bd93a7341538eed32c3defff4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Aug 2006 17:04:31 -0700 Subject: [PATCH] * Fix cloned bugs being wrongly set up as blockers --- scripts/service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/service.in b/scripts/service.in index d1c6e901..d7f58ba6 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -734,7 +734,7 @@ END $ref = $clonebugs{$ref}; } if (&getbug) { - push @okayblockers, $b; + push @okayblockers, $ref; # add to the list all bugs that are merged with $b, # because all of their data must be kept in sync @@ -750,7 +750,7 @@ END } else { ¬foundbug; - push @badblockers, $b; + push @badblockers, $ref; } } else { -- 2.39.5