Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326327
b: refs/heads/master
c: f065fd0
h: refs/heads/master
i:
  326325: bf63e08
  326323: 4d79b8c
  326319: 0e0c415
v: v3
  • Loading branch information
Pavel Shilovsky authored and Steve French committed Sep 27, 2012
1 parent 0fd67a7 commit dd7eb15
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: 4ca3a99ca4bf8f5dcfc4fef4f2b1d8322bb60ad9
refs/heads/master: f065fd099fc475333fc7a55677a7f64764445d55
3 changes: 2 additions & 1 deletion trunk/fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,8 @@ CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
pSMB = (SESSION_SETUP_ANDX *)iov[0].iov_base;
smb_buf = (struct smb_hdr *)iov[0].iov_base;

if ((type == RawNTLMSSP) && (smb_buf->Status.CifsError ==
if ((type == RawNTLMSSP) && (resp_buf_type != CIFS_NO_BUFFER) &&
(smb_buf->Status.CifsError ==
cpu_to_le32(NT_STATUS_MORE_PROCESSING_REQUIRED))) {
if (phase != NtLmNegotiate) {
cERROR(1, "Unexpected more processing error");
Expand Down

0 comments on commit dd7eb15

Please sign in to comment.