From 031240645911169e2be418fbe341e2fe1bbf2941 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 22 Mar 2012 19:46:13 -0700 Subject: [PATCH] set new_ref to send an ack message; closes #665089 --- scripts/process | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/process b/scripts/process index cab73b3d..87a34733 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.5