Skip to content

Commit 6d6246e

Browse files
Change sub-function name
1 parent ed141c3 commit 6d6246e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/GLPI/Agent/SNMP/MibSupport/BrotherNetConfig.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sub getModel {
8181
return $model;
8282
}
8383

84-
sub getPortIfType {
84+
sub updatePortIfType {
8585
my ($self) = @_;
8686

8787
my $device = $self->device
@@ -128,7 +128,7 @@ sub run {
128128
$device->{PAGECOUNTERS}->{$counter} = $count;
129129
}
130130

131-
$self->getPortIfType();
131+
$self->updatePortIfType();
132132
}
133133

134134
1;

0 commit comments

Comments
 (0)