Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74169
b: refs/heads/master
c: ffc40f5
h: refs/heads/master
i:
  74167: 77578f8
v: v3
  • Loading branch information
Kevin Coffman authored and Trond Myklebust committed Nov 17, 2007
1 parent 5656e0e commit 5ad253c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b09b9417d074e01a4e4ab5c19358f1b3dc76c1b2
refs/heads/master: ffc40f569272b6be60c66441aeae79a686ff54d9
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/auth_gss/auth_gss.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen)
p = gss_fill_context(p, end, ctx, gss_msg->auth->mech);
if (IS_ERR(p)) {
err = PTR_ERR(p);
gss_msg->msg.errno = (err == -EACCES) ? -EACCES : -EAGAIN;
gss_msg->msg.errno = (err == -EAGAIN) ? -EAGAIN : -EACCES;
goto err_release_msg;
}
gss_msg->ctx = gss_get_ctx(ctx);
Expand Down

0 comments on commit 5ad253c

Please sign in to comment.