Skip to content

Commit 15b5414

Browse files
committed
Fix to drop bogus compares
#1730
1 parent 3aabbb1 commit 15b5414

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

authentic-lib.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ sub get_extended_sysinfo
8484
$info->{'type'} ne 'link' &&
8585
$info->{'module'} ne 'mailbox' &&
8686
$info->{'module'} ne 'system-status' &&
87-
$info->{'type'} ne 'warning' &&
88-
$a->{'type'} ne 'warning' &&
89-
$b->{'type'} ne 'warning')
87+
$info->{'type'} ne 'warning')
9088
{
9189
our $charts_not_supported = 'no';
9290
if ($info->{'type'} eq 'chart') {

0 commit comments

Comments
 (0)