Declare freq var

master
Heuzef 5 years ago
parent 3f4389fca6
commit 6717a7f0dd
  1. 2
      Check.pm

@ -29,7 +29,7 @@ use Data::Dumper;
sub action
{
# Init
my($str, $strNone, $strGood, $hostCntGood, $hostCntNone, $header);
my($str, $strNone, $strGood, $hostCntGood, $hostCntNone, $frequence, $header);
$hostCntGood = $hostCntNone = 0;
GetStatusInfo("hosts info");

Loading…
Cancel
Save