diff options
author | Colin Ian King <[email protected]> | 2020-07-01 14:46:34 +0100 |
---|---|---|
committer | Mimi Zohar <[email protected]> | 2020-07-27 16:52:09 -0400 |
commit | 3db0d0c276a752af39beb5ca7424cb659aa005bb (patch) | |
tree | 1dbf5e2ad52e34fd1e5c147d6a24099d0a41215f /security/selinux/ss/conditional.c | |
parent | 311aa6aafea446c2f954cc19d66425bfed8c4b0b (diff) |
integrity: remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Fixes: eb5798f2e28f ("integrity: convert digsig to akcipher api")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: James Morris <[email protected]>
Addresses-Coverity: ("Unused value")
Signed-off-by: Mimi Zohar <[email protected]>
Diffstat (limited to 'security/selinux/ss/conditional.c')
0 files changed, 0 insertions, 0 deletions