mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 21:30:43 +00:00
[CIFS] Missing brace
This commit is contained in:
parent
273d81d6ad
commit
7a0d223176
@ -477,7 +477,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
|
|||||||
|
|
||||||
cFYI(1,("LANMAN negotiated")); /* BB removeme BB */
|
cFYI(1,("LANMAN negotiated")); /* BB removeme BB */
|
||||||
#else /* weak security disabled */
|
#else /* weak security disabled */
|
||||||
} else if(pSMBr->hdr.WordCount == 13)
|
} else if(pSMBr->hdr.WordCount == 13) {
|
||||||
cERROR(1,("mount failed, cifs module not built "
|
cERROR(1,("mount failed, cifs module not built "
|
||||||
"with CIFS_WEAK_PW_HASH support"));
|
"with CIFS_WEAK_PW_HASH support"));
|
||||||
rc = -EOPNOTSUPP;
|
rc = -EOPNOTSUPP;
|
||||||
|
Loading…
Reference in New Issue
Block a user