oops forgot a comma

This commit is contained in:
Max Baker
2005-02-21 05:14:51 +00:00
parent 258b7551ff
commit a0323aacd2

View File

@@ -97,7 +97,7 @@ use vars qw/$VERSION $DEBUG %GLOBALS %MIBS %FUNCS %PORTSTAT %MODEL_MAP %MUNGE $I
# Inherit all the built in munging # Inherit all the built in munging
%SNMP::Info::Layer2::MUNGE, %SNMP::Info::Layer2::MUNGE,
%SNMP::Info::MAU::MUNGE, %SNMP::Info::MAU::MUNGE,
%SNMP::Info::Entity::MUNGE %SNMP::Info::Entity::MUNGE,
%SNMP::Info::CDP::MUNGE %SNMP::Info::CDP::MUNGE
); );