fix case on mib name per alexander H

This commit is contained in:
Max Baker
2009-06-07 01:33:12 +00:00
parent 34d4ec66a3
commit be92ec0379

View File

@@ -43,7 +43,7 @@ use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
$VERSION = '2.00'; $VERSION = '2.00';
%MIBS = ( 'ETHERLIKE-MIB' => 'etherMIB' ); %MIBS = ( 'EtherLike-MIB' => 'etherMIB' );
%GLOBALS = (); %GLOBALS = ();