Smack: Remove unnecessary variable initialization
authorCasey Schaufler <casey@schaufler-ca.com>
Mon, 5 Oct 2020 21:20:51 +0000 (14:20 -0700)
committerCasey Schaufler <casey@schaufler-ca.com>
Mon, 5 Oct 2020 21:20:51 +0000 (14:20 -0700)
commitedd615371b668404d06699c04f5f90c4f438814a
tree7d103a41324600a9be70e746bca05e3a98784b3d
parentbf0afe673b999439b6a53c75727821795ccb27e2
Smack: Remove unnecessary variable initialization

The initialization of rc in smack_from_netlbl() is pointless.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
security/smack/smack_lsm.c