summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-08-04 12:40:02 +0200
committerIlya Etingof <etingof@gmail.com>2019-08-05 10:30:02 +0200
commit64310f1e83522943440d674e8f926f9914f23372 (patch)
treef90c66d6f86fbe42ec741f856e3245db34441115
parent7fdb4132b5996b02509ed0f1f66de7aeb57ad05a (diff)
downloadpysnmp-git-64310f1e83522943440d674e8f926f9914f23372.tar.gz
Fix USM configuration for the case of partial keys
-rw-r--r--pysnmp/entity/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/entity/config.py b/pysnmp/entity/config.py
index bba225de..974eb46f 100644
--- a/pysnmp/entity/config.py
+++ b/pysnmp/entity/config.py
@@ -327,7 +327,7 @@ def addV3User(snmpEngine, userName,
authKey and authKey.prettyPrint(),
privKey and privKey.prettyPrint(),
securityName,
- securityEngineId and securityEngineId.prettyPrint()))
+ securityEngineId.prettyPrint()))
def delV3User(snmpEngine,