]> git.donarmstrong.com Git - debbugs.git/commitdiff
set newref to fix #665089
authorDon Armstrong <don@donarmstrong.com>
Sun, 25 Mar 2012 20:05:50 +0000 (13:05 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 25 Mar 2012 20:05:50 +0000 (13:05 -0700)
scripts/process

index cab73b3d27fdd79ec35b86542dde161154ecdce6..87a347337ca3f2467d7a222cb84a5c79e2f8c7d3 100755 (executable)
@@ -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;