commit | 6344a423e5806d138923caa1d7699f3b7809fe43 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Jun 12 04:18:35 2006 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jun 12 04:18:35 2006 +0000 |
tree | b5299ce6b2d8194bdd9fd71097f9209a0d576be2 | |
parent | 1717ffc58850dfa9e08b4977f8d0323cb3336863 [diff] [blame] |
[CIFS] fix minor compile warning when config_cifs_weak_security is off Signed-off-by: Steve French <sfrench@us.ibm.com>
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 @@ } 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 "