rpc: remove redundant initialization of variable status
authorColin Ian King <colin.king@canonical.com>
Sun, 13 Jun 2021 14:06:52 +0000 (15:06 +0100)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 21 Jun 2021 16:06:16 +0000 (12:06 -0400)
commitbb24cc0f37a2d12f780ab2a57df046274a0bec38
treefe038ace16acb5b650dcebf9df376cf40bdec168
parent6d1c0f3d28f98ea2736128ed3e46821496dc3a8c
rpc: remove redundant initialization of variable status

The variable status is being initialized with a value that is never
read, the assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/auth_gss/svcauth_gss.c