Skip to content
Commit 5794ed76 authored by Colin Ian King's avatar Colin Ian King Committed by Paul Moore
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 73e49778
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment