MFC after:	1 month
This commit is contained in:
Ivan Voras 2011-10-24 12:21:58 +00:00
parent 9ce7379778
commit e9e42921af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226683
2 changed files with 2 additions and 2 deletions

View File

@ -634,7 +634,7 @@ op_hrDiskStorageTable(struct snmp_context *ctx __unused,
value->v.integer = entry->media;
return (SNMP_ERR_NOERROR);
case LEAF_hrDiskStorageRemoveble:
case LEAF_hrDiskStorageRemovable:
value->v.integer = entry->removable;
return (SNMP_ERR_NOERROR);

View File

@ -149,7 +149,7 @@
(1 hrDiskStorageEntry : INTEGER op_hrDiskStorageTable
(1 hrDiskStorageAccess INTEGER GET)
(2 hrDiskStorageMedia INTEGER GET)
(3 hrDiskStorageRemoveble INTEGER GET)
(3 hrDiskStorageRemovable INTEGER GET)
(4 hrDiskStorageCapacity INTEGER GET)
)
)