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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user