Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111155
b: refs/heads/master
c: dfd15c4
h: refs/heads/master
i:
  111153: beff09e
  111151: d17d937
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Sep 24, 2008
1 parent db2a120 commit 99cc007
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d9414774dc0c7b395036deeca000af42e2d13612
refs/heads/master: dfd15c46a6c2cafb006183c0c14f07e59eee4ac0
4 changes: 3 additions & 1 deletion trunk/fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,10 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, int first_time,
ses, nls_cp);

ssetup_exit:
if (spnego_key)
if (spnego_key) {
key_revoke(spnego_key);
key_put(spnego_key);
}
kfree(str_area);
if (resp_buf_type == CIFS_SMALL_BUFFER) {
cFYI(1, ("ssetup freeing small buf %p", iov[0].iov_base));
Expand Down

0 comments on commit 99cc007

Please sign in to comment.