diff options
Diffstat (limited to 'net/sunrpc/auth.c')
| -rw-r--r-- | net/sunrpc/auth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c index e9eaaf7d43c..68192e56274 100644 --- a/net/sunrpc/auth.c +++ b/net/sunrpc/auth.c @@ -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;  |