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:
parent
30c4d6b863
commit
fc5c1aa90f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user