From: Don Armstrong Date: Thu, 13 Jul 2006 03:36:01 +0000 (-0700) Subject: * Put the state machine in the right state by calling nochangebug after setbug X-Git-Tag: release/2.6.0~585^2^2~101 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3b7ef96c3f0c48f8c68b47e6369d88f6d7601d79;p=debbugs.git * Put the state machine in the right state by calling nochangebug after setbug --- diff --git a/scripts/service.in b/scripts/service.in index fdf26d82..d1c6e901 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -335,6 +335,7 @@ END if ($user eq "") { &transcript("No valid user selected\n"); } elsif (&setbug) { + &nochangebug; my %ut; Debbugs::User::read_usertags(\%ut, $user); my @oldtags = (); my @newtags = (); my @badtags = ();