]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[CIFS] Missing brace
authorSteve French <sfrench@us.ibm.com>
Thu, 1 Jun 2006 19:44:37 +0000 (19:44 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 1 Jun 2006 19:44:37 +0000 (19:44 +0000)
fs/cifs/cifssmb.c

index eea8967e598e002e86fde3e7fff4374f3ad2ef3b..b8c236be4d85e6ab9b2e31db32b801609af28dce 100644 (file)
@@ -477,7 +477,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
 
                        cFYI(1,("LANMAN negotiated")); /* BB removeme BB */
 #else /* weak security disabled */
-               } else if(pSMBr->hdr.WordCount == 13)
+               } else if(pSMBr->hdr.WordCount == 13) {
                        cERROR(1,("mount failed, cifs module not built "
                                "with CIFS_WEAK_PW_HASH support"));
                        rc = -EOPNOTSUPP;