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

Fix SSDP error during merge

This commit is contained in:
Jarrod Johnson 2024-08-05 11:32:57 -04:00
parent 30c4d6b863
commit fc5c1aa90f

View File

@ -461,7 +461,7 @@ def check_fish(urldata, port=443, verifycallback=None):
except KeyError:
peerinfo['xcc-variant'] = '3'
except IndexError:
+ return None
return None
try:
myuuid = peerinfo['node-uuid'].lower()
if '-' not in myuuid: