From: Don Armstrong Date: Fri, 23 Mar 2012 02:46:13 +0000 (-0700) Subject: set new_ref to send an ack message; closes #665089 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=refs%2Fheads%2Fdon_main;p=debbugs.git set new_ref to send an ack message; closes #665089 --- 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;