mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-17 16:50:25 +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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user