Commit 9a84d380 authored by Trond Myklebust's avatar Trond Myklebust

SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 3388bff5
...@@ -595,7 +595,7 @@ rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, ...@@ -595,7 +595,7 @@ rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp,
int int
rpcauth_refreshcred(struct rpc_task *task) rpcauth_refreshcred(struct rpc_task *task)
{ {
struct rpc_cred *cred = task->tk_rqstp->rq_cred; struct rpc_cred *cred;
int err; int err;
cred = task->tk_rqstp->rq_cred; cred = task->tk_rqstp->rq_cred;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment