diff options
author | elie <elie> | 2005-11-04 09:09:35 +0000 |
---|---|---|
committer | elie <elie> | 2005-11-04 09:09:35 +0000 |
commit | d88ac24461664b5a5e6f4a5db8fa85eb591bc8d4 (patch) | |
tree | bbc2344d5e2d15f554fa3e06e9b6864726192a1e /pysnmp/entity | |
parent | 4c4ad07706c0b4adf5e2b242675a9f8639edddee (diff) | |
download | pysnmp-git-d88ac24461664b5a5e6f4a5db8fa85eb591bc8d4.tar.gz |
missing statusInformation committed
Diffstat (limited to 'pysnmp/entity')
-rw-r--r-- | pysnmp/entity/rfc3413/ntfrcv.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/ntfrcv.py b/pysnmp/entity/rfc3413/ntfrcv.py index 2e2bb114..366a61e5 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( |