No warnings if state is empty.
This commit is contained in:
parent
bbb0b7f6dd
commit
64863e9553
|
@ -26,6 +26,7 @@ for (;;) {
|
|||
}
|
||||
print "\n\n";
|
||||
for my $host (@ARGV) {
|
||||
no warnings 'uninitialized';
|
||||
printf("%-*s : %s\n", $len, $host, $state{$host});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue