summaryrefslogtreecommitdiff
path: root/pysnmp/proto/rfc3411.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/rfc3411.py')
-rw-r--r--pysnmp/proto/rfc3411.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/rfc3411.py b/pysnmp/proto/rfc3411.py
index 507f6c09..465e0e85 100644
--- a/pysnmp/proto/rfc3411.py
+++ b/pysnmp/proto/rfc3411.py
@@ -31,7 +31,7 @@ internalClassPDUs = {
}
confirmedClassPDUs = {
- rfc1157.GetResponsePDU.tagSet: 1,
+ rfc1157.GetRequestPDU.tagSet: 1,
rfc1157.GetNextRequestPDU.tagSet: 1,
rfc1157.SetRequestPDU.tagSet: 1,
rfc1905.GetRequestPDU.tagSet: 1,