fix hardware fibre alliance

This commit is contained in:
garnier-quentin 2019-06-25 14:56:19 +02:00
parent 31aebb316a
commit df92eaa861
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sub set_system {
sub new {
my ($class, %options) = @_;
my $self = $class->SUPER::new(package => __PACKAGE__, %options,
no_absent => 1, no_performance => 1, no_load_components => 1, force_perfdata_new => 1);
no_absent => 1, no_performance => 1, no_load_components => 1, force_new_perfdata => 1);
bless $self, $class;
$self->{version} = '1.0';