Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred

parent 3388bff5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp,
int
rpcauth_refreshcred(struct rpc_task *task)
{
	struct rpc_cred	*cred = task->tk_rqstp->rq_cred;
	struct rpc_cred	*cred;
	int err;

	cred = task->tk_rqstp->rq_cred;