aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-01 16:17:15 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-01 16:17:15 +0300
commit8e0a0e6539bec83c8e9c2099a95f4b03da1c38a1 (patch)
treeba1b5a7a559ff6821d99e17257e14aeb350b5e84
parent86e37fc1c7d10093bb3d881e4b8810654cc2c8e2 (diff)
downloadvarnish-mib-master.tar.gz
varnish-mib-master.tar.bz2
Minor changeHEADmaster
-rw-r--r--lib/VarnishMib/MIBTable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VarnishMib/MIBTable.pm b/lib/VarnishMib/MIBTable.pm
index da0ca19..8ccd598 100644
--- a/lib/VarnishMib/MIBTable.pm
+++ b/lib/VarnishMib/MIBTable.pm
@@ -35,7 +35,7 @@ sub new {
}
push @equiv, $#uniq_oids;
}
- my $self = bless $class->SUPER::new(%args), $class;
+ my $self = $class->SUPER::new(%args);
$self->{oids_all} = \@oids;
$self->{oids_uniq} = \@uniq_oids;
$self->{equiv} = \@equiv;

Return to:

Send suggestions and report system problems to the System administrator.