diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-06-12 00:18:35 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-06-12 00:18:35 -0400 |
| commit | 6344a423e5806d138923caa1d7699f3b7809fe43 (patch) | |
| tree | b5299ce6b2d8194bdd9fd71097f9209a0d576be2 | |
| parent | 1717ffc58850dfa9e08b4977f8d0323cb3336863 (diff) | |
[CIFS] fix minor compile warning when config_cifs_weak_security is off
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -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 acae58313b0c..271a037a386f 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -569,7 +569,9 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) | |||
| 569 | } else | 569 | } else |
| 570 | server->capabilities &= ~CAP_EXTENDED_SECURITY; | 570 | server->capabilities &= ~CAP_EXTENDED_SECURITY; |
| 571 | 571 | ||
| 572 | #ifdef CONFIG_CIFS_WEAK_PW_HASH | ||
| 572 | signing_check: | 573 | signing_check: |
| 574 | #endif | ||
| 573 | if(sign_CIFS_PDUs == FALSE) { | 575 | if(sign_CIFS_PDUs == FALSE) { |
| 574 | if(server->secMode & SECMODE_SIGN_REQUIRED) | 576 | if(server->secMode & SECMODE_SIGN_REQUIRED) |
| 575 | cERROR(1,("Server requires " | 577 | cERROR(1,("Server requires " |
