Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53531
b: refs/heads/master
c: b80e183
h: refs/heads/master
i:
  53529: 91fb692
  53527: 9f076e9
v: v3
  • Loading branch information
J. Bruce Fields - unquoted authored and Trond Myklebust committed May 2, 2007
1 parent 82f1ec3 commit 06a0b22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: f32824d8ca9d3f84613ae2422070cc5469fe9e91
refs/heads/master: b80e183deff5f3d43565b552ed91e511128a6ea9
5 changes: 0 additions & 5 deletions trunk/net/sunrpc/auth_gss/gss_spkm3_seal.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ spkm3_make_token(struct spkm3_ctx *ctx,

return GSS_S_COMPLETE;
out_err:
if (md5cksum.data)
kfree(md5cksum.data);

token->data = NULL;
token->len = 0;
return GSS_S_FAILURE;
Expand Down Expand Up @@ -184,5 +181,3 @@ make_spkm3_checksum(s32 cksumtype, struct xdr_netobj *key, char *header,

return err ? GSS_S_FAILURE : 0;
}

EXPORT_SYMBOL(make_spkm3_checksum);

0 comments on commit 06a0b22

Please sign in to comment.