2
0
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:
Jarrod Johnson 2018-11-13 16:17:39 -05:00
parent 2bb0a70a24
commit cba514692c

View File

@ -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'])