diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-04 18:21:07 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-04 18:21:07 -0400 |
commit | 9312f6754d4b2d3ce27c21b16fb92923ce92a411 (patch) | |
tree | 7d4edbc90495ec52bfd568064a4a46e8309b3c7d /fs/cifs/cifssmb.c | |
parent | 254e55ed03e2e8d23089b4a468eec2fd2e1ead9b (diff) |
[CIFS] Fix mask so can set new cifs security flags properly
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 0442c3b36799..acae58313b0c 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
@@ -504,7 +504,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) | |||
504 | #endif /* CIFS_WEAK_PW_HASH */ | 504 | #endif /* CIFS_WEAK_PW_HASH */ |
505 | cERROR(1,("Server requests plain text password" | 505 | cERROR(1,("Server requests plain text password" |
506 | " but client support disabled")); | 506 | " but client support disabled")); |
507 | 507 | ||
508 | if(extended_security & CIFSSEC_MUST_NTLMV2) | 508 | if(extended_security & CIFSSEC_MUST_NTLMV2) |
509 | server->secType = NTLMv2; | 509 | server->secType = NTLMv2; |
510 | else | 510 | else |