From 1a34415de121828372a7687abbd2e19de85db0a3 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 18 Jun 2007 11:31:00 +0100 Subject: [PATCH] only allow control to touch bugs in db-h, not archive --- scripts/service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/service.in b/scripts/service.in index 74768f34..66629746 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1525,7 +1525,8 @@ sub endmerge { sub getbug { &dlen("getbug $ref"); $lowstate eq 'idle' || die "$state ?"; - if (($data = &lockreadbug($ref))) { + # Only use unmerged bugs here + if (($data = &lockreadbug($ref,'db-h'))) { $sref= $ref; $lowstate= "open"; &dlex("getbug => 1"); -- 2.39.5