diff options
author | elie <elie> | 2015-09-27 15:26:40 +0000 |
---|---|---|
committer | elie <elie> | 2015-09-27 15:26:40 +0000 |
commit | 969475aeb65a53986fb2a25138e9e9b02738648f (patch) | |
tree | c7a53a23e961c887e19657005bf38f8ea99fcbc2 /pysnmp/entity | |
parent | 5812557b72f0a04d1345c2c7bac3096b6a8f35a2 (diff) | |
download | pysnmp-git-969475aeb65a53986fb2a25138e9e9b02738648f.tar.gz |
space
Diffstat (limited to 'pysnmp/entity')
-rw-r--r-- | pysnmp/entity/rfc3413/cmdgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/cmdgen.py b/pysnmp/entity/rfc3413/cmdgen.py index 0a065eb0..362dc368 100644 --- a/pysnmp/entity/rfc3413/cmdgen.py +++ b/pysnmp/entity/rfc3413/cmdgen.py @@ -358,7 +358,7 @@ class NextCommandGeneratorSingleRun(CommandGenerator): cbCtx=None): reqPDU = v2c.GetNextRequestPDU() v2c.apiPDU.setDefaults(reqPDU) - + v2c.apiPDU.setVarBinds(reqPDU, varBinds) return self.sendPdu(snmpEngine, |