SUNRPC: remove redundant pointer plainhdr
authorColin Ian King <colin.i.king@gmail.com>
Sun, 30 Jan 2022 22:44:10 +0000 (22:44 +0000)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 25 Feb 2022 23:50:12 +0000 (18:50 -0500)
commitab22e2cbbccbcf65bed9524605ac5dacb89471e8
tree2d50bde4869346e839b942bae6a6d2ddcbe75a04
parentb7f114edd54326f730a754547e7cfb197b5bc132
SUNRPC: remove redundant pointer plainhdr

[You don't often get email from colin.i.king@gmail.com. Learn why this is important at http://aka.ms/LearnAboutSenderIdentification.]

Pointer plainhdr is being assigned a value that is never read, the
pointer is redundant and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/auth_gss/gss_krb5_wrap.c