diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-12 04:18:35 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-12 04:18:35 +0000 |
commit | 6344a423e5806d138923caa1d7699f3b7809fe43 (patch) | |
tree | b5299ce6b2d8194bdd9fd71097f9209a0d576be2 /fs | |
parent | 1717ffc58850dfa9e08b4977f8d0323cb3336863 (diff) | |
download | op-kernel-dev-6344a423e5806d138923caa1d7699f3b7809fe43.zip op-kernel-dev-6344a423e5806d138923caa1d7699f3b7809fe43.tar.gz |
[CIFS] fix minor compile warning when config_cifs_weak_security is off
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index acae583..271a037 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -569,7 +569,9 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) } else server->capabilities &= ~CAP_EXTENDED_SECURITY; +#ifdef CONFIG_CIFS_WEAK_PW_HASH signing_check: +#endif if(sign_CIFS_PDUs == FALSE) { if(server->secMode & SECMODE_SIGN_REQUIRED) cERROR(1,("Server requires " |