[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/02: c/r-lintian-harness: Add missing assignment



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 0a9f1cc70c078bac97001e6ecd4b7b0e7eba0423
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Feb 4 12:42:49 2018 +0000

    c/r-lintian-harness: Add missing assignment
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 commands/reporting-lintian-harness.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/reporting-lintian-harness.pm b/commands/reporting-lintian-harness.pm
index d107687..41931e5 100644
--- a/commands/reporting-lintian-harness.pm
+++ b/commands/reporting-lintian-harness.pm
@@ -349,7 +349,7 @@ sub process_worklist {
                     $processed{$group_id} = 1;
                     # We ignore errors if we sent lintian a signal to avoid
                     # *some* false-positives.
-                    $errors{$group_id} if not $signalled_lintian;
+                    $errors{$group_id} = 1 if not $signalled_lintian;
                 } elsif ($line =~ m/^ack-signal (SIG\S+)$/) {
                     my $signal = $1;
                     log_msg(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: