From be92ec03790faa26986f5af51e21eaa16b36c824 Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Sun, 7 Jun 2009 01:33:12 +0000 Subject: [PATCH] fix case on mib name per alexander H --- Info/EtherLike.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info/EtherLike.pm b/Info/EtherLike.pm index a7045127..bfb2d274 100644 --- a/Info/EtherLike.pm +++ b/Info/EtherLike.pm @@ -43,7 +43,7 @@ use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/; $VERSION = '2.00'; -%MIBS = ( 'ETHERLIKE-MIB' => 'etherMIB' ); +%MIBS = ( 'EtherLike-MIB' => 'etherMIB' ); %GLOBALS = ();