mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
Fix cval assignment exception
For SOL sessions, the queue could be touched without anything in ipmiq. Have cval be set to something benign in those cases to avoid a trace in debug.
This commit is contained in:
parent
9749c173ac
commit
131e64ef0e
@ -56,6 +56,7 @@ def _process_chgs(intline):
|
||||
global chainpulled
|
||||
os.read(intline,1) # answer the bell
|
||||
chainpulled = False
|
||||
cval = ()
|
||||
try:
|
||||
while ipmiq:
|
||||
cval = ipmiq.popleft()
|
||||
|
Loading…
Reference in New Issue
Block a user