From 69597d19b9ee9d75c5d3d958694703b47feeb48e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 25 Mar 2012 13:05:50 -0700 Subject: [PATCH] set newref to fix #665089 --- scripts/process | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/process b/scripts/process index cab73b3..87a3473 100755 --- a/scripts/process +++ b/scripts/process @@ -592,6 +592,7 @@ if ($ref<0) { # new bug report $data->{forwarded} = $pheader{forwarded}; } $ref = new_bug(); + $new_ref = $ref; my $hash = get_hashname($ref); $data->{originator} = $replyto; $data->{date} = $intdate; -- 2.39.2