summaryrefslogtreecommitdiffstats
path: root/contrib/gnats2bz.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnats2bz.pl')
-rw-r--r--contrib/gnats2bz.pl2
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 = "";