aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-09-27 00:09:56 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-09-27 00:09:56 +0300
commit2db4e4b15b49e105e2f6079ac23c721fd362217d (patch)
tree89a06936e5c097608767dfbb5e0ffedfbd194b8f
parent718f880383e64f3ef2fc43c36979af96bfbb1a44 (diff)
downloadnetsnmp-sendmail-2db4e4b15b49e105e2f6079ac23c721fd362217d.tar.gz
netsnmp-sendmail-2db4e4b15b49e105e2f6079ac23c721fd362217d.tar.bz2
Fix typos in MIB
-rw-r--r--SENDMAIL-STATS.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/SENDMAIL-STATS.txt b/SENDMAIL-STATS.txt
index 72b24e7..bf6f7e8 100644
--- a/SENDMAIL-STATS.txt
+++ b/SENDMAIL-STATS.txt
@@ -48,7 +48,7 @@ QueuePathString ::= TEXTUAL-CONVENTION
SYNTAX OCTET STRING (SIZE (0..1024))
QueueEntry ::= SEQUENCE {
- queueIndex Index32,
+ queueIndex Integer32,
queueName QueueNameString,
queueDirectory QueuePathString,
queueMessages Counter64
@@ -63,7 +63,7 @@ queueTable OBJECT-TYPE
::= { queue 2 }
queueEntry OBJECT-TYPE
- SYNTAX QueuEntry
+ SYNTAX QueueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION

Return to:

Send suggestions and report system problems to the System administrator.