Commit 7a0d2231 authored by Steve French's avatar Steve French

[CIFS] Missing brace

parent 273d81d6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment