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

Add another invalid uuid

This is another uuid that will not be unique that may appear in some
systems without a valid uuid.
This commit is contained in:
Jarrod Johnson 2017-10-25 16:16:00 -04:00
parent c86d9f3e33
commit 43c60bc180

View File

@ -169,6 +169,7 @@ def uuid_is_valid(uuid):
return False
return uuid.lower() not in ('00000000-0000-0000-0000-000000000000',
'ffffffff-ffff-ffff-ffff-ffffffffffff',
'00112233-4455-6677-8899-aabbccddeeff',
'20202020-2020-2020-2020-202020202020')