]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita48aff4e252f6c3a1561ad08659acd15df265ee3
tree931e477000f65d19e766eaa17c241dda71e966aa
parent44ff2f57a51d5e8ea1e0f8177a728dc0f8e728b0
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