]> git.ipfire.org Git - thirdparty/systemd.git/commit
uid-alloc-range: maintain only a single default alloc range structure
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Nov 2021 17:57:14 +0000 (18:57 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 13 Nov 2021 07:10:13 +0000 (08:10 +0100)
commit0fa90f7e04dd2dd304e17f85e7f14b4319591e88
tree59d1ca4c6fab338ad14f40ac8878bc6c8e99dab9
parentb085d2240658bed3eb313777fe7b766797fff71d
uid-alloc-range: maintain only a single default alloc range structure

Either way we need these four values, let's simplify the code by keeping
only one const struct of this around.
src/shared/uid-alloc-range.c