Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339487
b: refs/heads/master
c: 6d8b59d
h: refs/heads/master
i:
  339485: 22ecb3b
  339483: cb9f7cc
  339479: 1b16b4f
  339471: 6366492
  339455: 05e8cd9
v: v3
  • Loading branch information
Steve French committed Dec 10, 2012
1 parent c0c1ad2 commit a2816f7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 38107d45cf452761a74fe512190e23f36834d6dd
refs/heads/master: 6d8b59d712e95d257ee16f80b579677e5e1bf33c
3 changes: 2 additions & 1 deletion trunk/fs/cifs/smb2pdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ SMB2_sess_setup(const unsigned int xid, struct cifs_ses *ses,

/* BB add code to build os and lm fields */

rc = SendReceive2(xid, ses, iov, 2, &resp_buftype, CIFS_LOG_ERROR);
rc = SendReceive2(xid, ses, iov, 2, &resp_buftype,
CIFS_LOG_ERROR | CIFS_NEG_OP);

kfree(security_blob);
rsp = (struct smb2_sess_setup_rsp *)iov[0].iov_base;
Expand Down

0 comments on commit a2816f7

Please sign in to comment.