summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/cmdgen.py
diff options
context:
space:
mode:
authorelie <elie>2010-10-08 17:41:54 +0000
committerelie <elie>2010-10-08 17:41:54 +0000
commitc1f222456f69571d601cf8061226cca7e7f686d9 (patch)
treeee115a556b19f630781a19c62052fc690c4d9091 /pysnmp/entity/rfc3413/cmdgen.py
parent1d41f141513dcf0ef0726e391c5a9757444f12de (diff)
downloadpysnmp-c1f222456f69571d601cf8061226cca7e7f686d9.tar.gz
typo to non-increasing OIDs catcher fixed
Diffstat (limited to 'pysnmp/entity/rfc3413/cmdgen.py')
-rw-r--r--pysnmp/entity/rfc3413/cmdgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/cmdgen.py b/pysnmp/entity/rfc3413/cmdgen.py
index 2ee0e63..c74128f 100644
--- a/pysnmp/entity/rfc3413/cmdgen.py
+++ b/pysnmp/entity/rfc3413/cmdgen.py
@@ -555,7 +555,7 @@ class BulkCommandGenerator(CommandGeneratorBase):
debug.logger & debug.flagApp and debug.logger('_handleResponse: sendRequestHandle %s, OID(s) not increasing!' % sendRequestHandle)
errorIndication = 'oidNotIncreasing'
- if not cbFun(sendRequestHandle, None,
+ if not cbFun(sendRequestHandle, errorIndication,
pMod.apiBulkPDU.getErrorStatus(rspPDU),
pMod.apiBulkPDU.getErrorIndex(rspPDU),
varBindTable, cbCtx):