Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39243
b: refs/heads/master
c: cfbdbab
h: refs/heads/master
i:
  39241: cd73055
  39239: 286a0b0
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 72ec2a6 commit d11c75e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 86b95c12139785a0f4c17cb7b4cb865e7084cd34
refs/heads/master: cfbdbab0634cafae2c43371396e5443cf4d5d7bc
5 changes: 3 additions & 2 deletions trunk/net/sunrpc/auth_gss/svcauth_gss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,10 +1146,11 @@ svcauth_gss_accept(struct svc_rqst *rqstp, __be32 *authp)
return ret;
}

u32 *
static __be32 *
svcauth_gss_prepare_to_wrap(struct xdr_buf *resbuf, struct gss_svc_data *gsd)
{
u32 *p, verf_len;
__be32 *p;
u32 verf_len;

p = gsd->verf_start;
gsd->verf_start = NULL;
Expand Down

0 comments on commit d11c75e

Please sign in to comment.