From: Don Armstrong Date: Sat, 12 Aug 2006 00:05:11 +0000 (-0700) Subject: * Fix cloned bugs being wrongly set up as blockers X-Git-Tag: release/2.6.0~599^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34b7f016365ed247661b39c095930b2bf9bc784b;p=debbugs.git * Fix cloned bugs being wrongly set up as blockers --- 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 {