Fix lcd.unconfigure not removing cached addr value preventing the same target being re-configured (#194)

community-table-to-ignore-bad-entries
Ryan Van Gilder 2018-09-09 00:29:32 -07:00 committed by Ilya Etingof
parent 1537699336
commit 7cd0b148b1
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class CommandGeneratorLcdConfigurator(AbstractLcdConfigurator):
cache['addr'][addrKey] = addrName, useCount
else:
config.delTargetAddr(snmpEngine, addrName)
del cache['addr'][addrKey]
addrNames.add(addrKey)
if addrKey[1] in cache['tran']: