From: Steve French Date: Mon, 12 Jun 2006 04:18:35 +0000 (+0000) Subject: [CIFS] fix minor compile warning when config_cifs_weak_security is off X-Git-Tag: v2.6.18-rc1~463^2~10 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6344a423e5806d138923caa1d7699f3b7809fe43;p=linux-2.6-omap-h63xx.git [CIFS] fix minor compile warning when config_cifs_weak_security is off Signed-off-by: Steve French --- diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index acae58313b0..271a037a386 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 "