mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-29 20:37:39 +00:00
Bring the XCC check fix to IMM
The same check that works for XCC should be applied to IMM
This commit is contained in:
parent
2bb0a70a24
commit
cba514692c
@ -21,7 +21,8 @@ import struct
|
||||
class NodeHandler(bmchandler.NodeHandler):
|
||||
devname = 'IMM'
|
||||
|
||||
def adequate(self, info):
|
||||
@classmethod
|
||||
def adequate(cls, info):
|
||||
# We can sometimes receive a partially initialized SLP packet
|
||||
# This is not adequate for being satisfied
|
||||
return bool(info['attributes'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user