summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2005-11-04 09:09:35 +0000
committerelie <elie>2005-11-04 09:09:35 +0000
commit271b1e0e9be438971223bfa5d9661131cc22e202 (patch)
tree4a81a7ff6626542cf8b5842c310cadbbbf3cf8b8
parentfea5706fa2c154f0a7190646c246ea562b8b36f8 (diff)
downloadpysnmp-271b1e0e9be438971223bfa5d9661131cc22e202.tar.gz
missing statusInformation committed
-rw-r--r--pysnmp/entity/rfc3413/ntfrcv.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/ntfrcv.py b/pysnmp/entity/rfc3413/ntfrcv.py
index 2e2bb11..366a61e 100644
--- a/pysnmp/entity/rfc3413/ntfrcv.py
+++ b/pysnmp/entity/rfc3413/ntfrcv.py
@@ -58,7 +58,9 @@ class NotificationReceiver:
# Agent-side API complies with SMIv2
if messageProcessingModel == 0:
rspPDU = rfc2576.v2ToV1(rspPDU)
-
+
+ statusInformation = {}
+
# 3.4.3
try:
snmpEngine.msgAndPduDsp.returnResponsePdu(