mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-25 08:50:49 +00:00
Fix key registration to happen on success
Key registration was attempted either way, causing bad targets to fail to return timely error data.
This commit is contained in:
@@ -326,7 +326,7 @@ class IpmiHandler(object):
|
||||
self.error = response['error']
|
||||
else:
|
||||
self.loggedin = True
|
||||
self.ipmicmd.setup_confluent_keyhandler()
|
||||
ipmicmd.setup_confluent_keyhandler()
|
||||
self._logevt.set()
|
||||
|
||||
def handle_request(self):
|
||||
|
||||
Reference in New Issue
Block a user