]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Fix cloned bugs being wrongly set up as blockers
authorDon Armstrong <don@volo>
Sat, 12 Aug 2006 00:04:31 +0000 (17:04 -0700)
committerDon Armstrong <don@volo>
Sat, 12 Aug 2006 00:04:31 +0000 (17:04 -0700)
scripts/service.in

index d1c6e9015146550e8a39e4b5f98d742b8e15a061..d7f58ba680e5b9d5667eb29dffb1d98f70a33673 100755 (executable)
@@ -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 {
                    &notfoundbug;
-                    push @badblockers, $b;
+                    push @badblockers, $ref;
                }
            }
            else {