mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-25 15:32:07 +00:00
d1c606ba46
We have minuid_set = 0 at the top of the function and then do a test like: if (!minuid_set || something) But since minuid_set is always 0, we always call this code. Get rid of the pointless conditional. Signed-off-by: Eric Paris <eparis@redhat.com> |
||
---|---|---|
checkpolicy | ||
libselinux | ||
libsemanage | ||
libsepol | ||
policycoreutils | ||
scripts | ||
sepolgen | ||
.gitignore | ||
Makefile |