aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-10-14 16:38:56 +0100
committerPaul Moore <paul@paul-moore.com>2017-10-16 18:40:09 -0400
commit5794ed762ac2125299644494766704da94168ec0 (patch)
tree7e222e02ea0f972eb3eafa3365bcde11f009559a /security/selinux/ss/services.c
parentselinux: remove redundant assignment to len (diff)
downloadlinux-dev-5794ed762ac2125299644494766704da94168ec0.tar.xz
linux-dev-5794ed762ac2125299644494766704da94168ec0.zip
selinux: remove extraneous initialization of slots_used and max_chain_len
Variables slots_used and max_chain_len are being initialized to zero twice. Remove the second set of initializations in the for loop. Cleans up the clang warnings: Value stored to 'slots_used' is never read Value stored to 'max_chain_len' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/ss/services.c')
0 files changed, 0 insertions, 0 deletions