mirror of
https://opendev.org/x/pyghmi
synced 2025-08-17 16:40:19 +00:00
Provide useful error on bad username
When a bad username was supplied, an attempt to start over was done without resetting the state machine of the retransmit facility. As a consequence, it failed to actually proceed in restarting the process and would time out rather than returning the appropriate error. Change-Id: Ib3207c214fcf96f0dcdb8c4ca3b5387fb58ce1ae
This commit is contained in:
@@ -447,6 +447,7 @@ class Session(object):
|
||||
self.integrityalgo = 0
|
||||
self.k1 = None
|
||||
self.rmcptag = 1
|
||||
self.lastpayload = None
|
||||
self.ipmicallback = None
|
||||
self.sessioncontext = None
|
||||
self.sequencenumber = 0
|
||||
|
Reference in New Issue
Block a user