Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77293
b: refs/heads/master
c: 05b3de6
h: refs/heads/master
i:
  77291: 9502e6f
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Dec 31, 2007
1 parent cd803c2 commit cff8f93
Show file tree
Hide file tree
Showing 2 changed files with 5 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: dae5dbdbd786798ad2249e54df1156d524da30aa
refs/heads/master: 05b3de63da2abe804f5dbe0174298bf48949079f
6 changes: 4 additions & 2 deletions trunk/fs/cifs/cifs_spnego.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,13 @@ cifs_get_spnego_key(struct cifsSesInfo *sesInfo)
cFYI(1, ("key description = %s", description));
spnego_key = request_key(&cifs_spnego_key_type, description, "");

#ifdef CONFIG_CIFS_DEBUG2
if (cifsFYI && !IS_ERR(spnego_key)) {
struct cifs_spnego_msg *msg = spnego_key->payload.data;
cifs_dump_mem("SPNEGO reply blob:", msg->data,
msg->secblob_len + msg->sesskey_len);
cifs_dump_mem("SPNEGO reply blob:", msg->data, min(1024,
msg->secblob_len + msg->sesskey_len));
}
#endif /* CONFIG_CIFS_DEBUG2 */

out:
kfree(description);
Expand Down

0 comments on commit cff8f93

Please sign in to comment.