]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix how status is passed to bug_presence
authorDon Armstrong <don@donarmstrong.com>
Tue, 3 Apr 2018 20:11:54 +0000 (13:11 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 3 Apr 2018 20:11:54 +0000 (13:11 -0700)
Debbugs/Status.pm

index 43e722e7cd256d93280d2643239e0ceec4dda33a..666c31bbac02204035a17259f0444099ac158256 100644 (file)
@@ -1404,7 +1404,7 @@ sub get_bug_statuses {
         $status->{"pending"} = 'fixed'     if ($tags{fixed});
 
 
-        my $presence = bug_presence(status => \%status,
+        my $presence = bug_presence(status => $status,
                                     bug => $bug,
                                     map{(exists $param{$_})?($_,$param{$_}):()}
                                     qw(sourceversions arch dist version found fixed package)