From 64310f1e83522943440d674e8f926f9914f23372 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 4 Aug 2019 12:40:02 +0200 Subject: Fix USM configuration for the case of partial keys --- pysnmp/entity/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysnmp') 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, -- cgit v1.2.1