]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Add an invalid ID string: 03000200-0400-0500-0006-000700080009
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 22:28:45 +0000 (23:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 22:28:45 +0000 (23:28 +0100)
http://forum.ipfire.org/index.php?topic=7710.msg51791#msg51791

fireinfo/system.py

index 0690c7e52b5bbc66ad018aa22f7896cbab33304c..6f0231236df7f6bd04b86268bd6b395caa712db7 100644 (file)
@@ -45,6 +45,7 @@ INVALID_ID_STRINGS = (
        "None", "empty",
        "01010101-0101-0101-0101-010101010101",
        "00020003-0004-0005-0006-000700080009",
+       "03000200-0400-0500-0006-000700080009",
        "0000000", "00000000",
 )