From 46cad3c48e754509b62ed3ab1e501133c2c07171 Mon Sep 17 00:00:00 2001 From: heuzef Date: Mon, 22 Feb 2021 15:28:32 +0100 Subject: [PATCH] Fix duplicate declaration --- Check.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Check.pm b/Check.pm index 6ad60b3..562b06d 100644 --- a/Check.pm +++ b/Check.pm @@ -36,7 +36,7 @@ sub action # Start loop foreach my $host ( GetUserHosts(1) ) { - my($incrAge, $reasonHilite, $frequency, $idBackup, $lastAge, $lastAgeColor, $tempState, $tempReason, $lastXferErrors, $lastXferErrorsColor, $ifErrors, $sizeConsistency, $sizeConsistencyColor); + my($incrAge, $reasonHilite, $frequency, $lastAge, $lastAgeColor, $tempState, $tempReason, $lastXferErrors, $lastXferErrorsColor, $ifErrors, $sizeConsistency, $sizeConsistencyColor); my($shortErr); my @Backups = $bpc->BackupInfoRead($host);