]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[CIFS] fix minor compile warning when config_cifs_weak_security is off
authorSteve French <sfrench@us.ibm.com>
Mon, 12 Jun 2006 04:18:35 +0000 (04:18 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 12 Jun 2006 04:18:35 +0000 (04:18 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c

index acae58313b0cb2b1bf18a0c60d247328537d7094..271a037a386ffc60017722b9f18f2cae3526c7ac 100644 (file)
@@ -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 "