2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-22 09:32:28 +00:00

Fix uninitialized niccfg

This commit is contained in:
Jarrod Johnson
2026-09-21 13:47:48 -04:00
parent 57f6c18ebd
commit dea8b71043
@@ -592,6 +592,7 @@ async def check_reply(node, info, packet, sock, cfg, reqview, addr, requestor):
if not requestor:
requestor = ('0.0.0.0', None)
isboot = True
niccfg = None
if requestor[0] == '0.0.0.0' and not info.get('uuid', None):
isboot = False
if addr: