diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gnats2bz.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gnats2bz.pl b/contrib/gnats2bz.pl index 7a509682e..95ae32ad9 100644 --- a/contrib/gnats2bz.pl +++ b/contrib/gnats2bz.pl @@ -649,7 +649,7 @@ sub write_bugs { } } elsif ($pr_data{"State"} eq "suspended") { $bug_status = "RESOLVED"; - $resolution = "LATER"; + $resolution = "WONTFIX"; } else { $bug_status = "NEW"; $resolution = ""; |