summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2014-06-09 14:33:07 +0000
committerelie <elie>2014-06-09 14:33:07 +0000
commit5c65579de3520153fb48e134a3ec84c30eb0caec (patch)
tree7bf1760aa17f0375830cd277c0a5b2ce889916b0
parent766ec98f805ab1bf4776ee9822a6b298100bc0ba (diff)
downloadpysnmp-5c65579de3520153fb48e134a3ec84c30eb0caec.tar.gz
fix to bulk command options
-rw-r--r--pysnmp/entity/rfc3413/oneliner/cmdgen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/oneliner/cmdgen.py b/pysnmp/entity/rfc3413/oneliner/cmdgen.py
index 2b62da0..3a00f65 100644
--- a/pysnmp/entity/rfc3413/oneliner/cmdgen.py
+++ b/pysnmp/entity/rfc3413/oneliner/cmdgen.py
@@ -483,8 +483,9 @@ class AsynCommandGenerator:
return self.__asyncCmdGen.bulkCmd(
self.snmpEngine,
authData, transportTarget,
+ ContextData(contextEngineId, contextName),
nonRepeaters, maxRepetitions,
- ContextData(contextEngineId, contextName), varNames, cbInfo,
+ varNames, cbInfo,
lookupNames, lookupValues
)