Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[CIFS] Missing brace

parent 273d81d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;