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)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 7 Jul 2021 00:14:42 +0000 (20:14 -0400)
commitf6260b98ec1493b214f13bb9d0545779ffe87748
tree931e477000f65d19e766eaa17c241dda71e966aa
parent5823e40055166cdf959a77e7b5fe75998b0b9b1f
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: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/auth_gss/svcauth_gss.c