[CIFS] Missing brace

这个提交包含在:
Steve French
2006-06-01 19:44:37 +00:00
父节点 273d81d6ad
当前提交 7a0d223176

查看文件

@@ -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;