summaryrefslogtreecommitdiff
path: root/pysnmp/proto/mpmod
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-04-03 23:45:03 +0200
committerIlya Etingof <etingof@gmail.com>2017-04-03 23:45:03 +0200
commit0c57678b53d966eb8425ce3581f3c77ac188c3c5 (patch)
treeea47619b4e7f78e8087b38c02627d7d407da504e /pysnmp/proto/mpmod
parenta463b856f34a36c9cdd91d9b8a35b1c9933c7044 (diff)
downloadpysnmp-git-0c57678b53d966eb8425ce3581f3c77ac188c3c5.tar.gz
typo
Diffstat (limited to 'pysnmp/proto/mpmod')
-rw-r--r--pysnmp/proto/mpmod/rfc3412.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/mpmod/rfc3412.py b/pysnmp/proto/mpmod/rfc3412.py
index 468968d1..f5a0e906 100644
--- a/pysnmp/proto/mpmod/rfc3412.py
+++ b/pysnmp/proto/mpmod/rfc3412.py
@@ -655,7 +655,7 @@ class SnmpV3MessageProcessingModel(AbstractMessageProcessingModel):
varBinds = pMod.apiPDU.getVarBinds(pdu)
if varBinds:
statusInformation = error.StatusInformation(
- errorIndication=errinf.ErrorReportReceived(_snmpErrors.get(varBinds[0][0], varBinds[0][0].prettyPrint())),
+ errorIndication=errind.ErrorReportReceived(_snmpErrors.get(varBinds[0][0], varBinds[0][0].prettyPrint())),
oid=varBinds[0][0], val=varBinds[0][1],
sendPduHandle=sendPduHandle
)