summaryrefslogtreecommitdiff
path: root/pysnmp/proto/api/v2c.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/api/v2c.py')
-rw-r--r--pysnmp/proto/api/v2c.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pysnmp/proto/api/v2c.py b/pysnmp/proto/api/v2c.py
index c415ca9a..0470fafd 100644
--- a/pysnmp/proto/api/v2c.py
+++ b/pysnmp/proto/api/v2c.py
@@ -119,7 +119,8 @@ class BulkPDUAPI(PDUAPI):
2, self._maxRepetitions, verifyConstraints=False, matchTags=False,
matchConstraints=False)
- pdu.setComponentByPosition(3)
+ varBindList = pdu.setComponentByPosition(3).getComponentByPosition(3)
+ varBindList.clear()
@staticmethod
def getNonRepeaters(pdu):