From fbf53c35355c5051b4ee45d0f0d4779268fb4a06 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 11 Oct 2019 10:37:31 +0200 Subject: [PATCH] Remove hostCntNone --- Check.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Check.pm b/Check.pm index b1793b2..2ab8475 100644 --- a/Check.pm +++ b/Check.pm @@ -223,7 +223,6 @@ EOF # Increment counter if ( @Backups == 0 ) { - $hostCntNone++; $strNone .= $str; } else { $hostCntGood++;