Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9a84d380
Commit
9a84d380
authored
Oct 24, 2010
by
Trond Myklebust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred
Signed-off-by:
Trond Myklebust
<
Trond.Myklebust@netapp.com
>
parent
3388bff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/sunrpc/auth.c
net/sunrpc/auth.c
+1
-1
No files found.
net/sunrpc/auth.c
View file @
9a84d380
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment