Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the ID range allocated to Whitney Leach.
From the very beginning (commit 50200dd), Whitney Leach has been assigned the bogus ID range (4,018,500..4,018,499] -- note how the upper boundary is _lower_ than the lower boundary. The intention was probably to assign the range (4,018,500..4,018,999], which is what we do here. Given that nobody (not even Whitney Leach) has complained about this invalid range for more than 4 years, it is likely that the range is not actually needed, but even if it is unused, a bogus range will prevent the file from being used by tools that actually _validates_ the contents of an ID range policy file.
- Loading branch information