diff --git a/[refs] b/[refs] index a9e1822ce385..cf823ef6d96a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38107d45cf452761a74fe512190e23f36834d6dd +refs/heads/master: 6d8b59d712e95d257ee16f80b579677e5e1bf33c diff --git a/trunk/fs/cifs/smb2pdu.c b/trunk/fs/cifs/smb2pdu.c index e7f9dbc33ce2..41d9d0725f0f 100644 --- a/trunk/fs/cifs/smb2pdu.c +++ b/trunk/fs/cifs/smb2pdu.c @@ -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;