|
@@ -562,8 +562,10 @@ SMB2_negotiate(const unsigned int xid, struct cifs_ses *ses)
|
|
|
* but for time being this is our only auth choice so doesn't matter.
|
|
|
* We just found a server which sets blob length to zero expecting raw.
|
|
|
*/
|
|
|
- if (blob_length == 0)
|
|
|
+ if (blob_length == 0) {
|
|
|
cifs_dbg(FYI, "missing security blob on negprot\n");
|
|
|
+ server->sec_ntlmssp = true;
|
|
|
+ }
|
|
|
|
|
|
rc = cifs_enable_signing(server, ses->sign);
|
|
|
if (rc)
|