Fix SYNSO-UPSMIB incorrect syntax (#9653)

The SYNSO-UPSMIB had an incorrect import statement that would cause the snmptrapd service to fail/not start with a 'Cannot find module' error.
This commit is contained in:
CFUJoshWeepie
2019-01-11 16:20:49 -06:00
committed by Tony Murray
parent 30c325fa4f
commit b7591339eb

View File

@ -8,7 +8,7 @@ IMPORTS
enterprises, IpAddress
FROM RFC1155-SMI
DisplayString
FROM RFC1213;
FROM RFC1213-MIB;
synso OBJECT IDENTIFIER ::= {enterprises 9557}
@ -1139,4 +1139,4 @@ syupsBadBattery NOTIFICATION-TYPE
present."
::= { syupsTraps 7 }
END
END