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

Commit 6344a423 authored by Steve French's avatar Steve French
Browse files

[CIFS] fix minor compile warning when config_cifs_weak_security is off



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 1717ffc5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -569,7 +569,9 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
	} else
		server->capabilities &= ~CAP_EXTENDED_SECURITY;

#ifdef CONFIG_CIFS_WEAK_PW_HASH
signing_check:
#endif
	if(sign_CIFS_PDUs == FALSE) {        
		if(server->secMode & SECMODE_SIGN_REQUIRED)
			cERROR(1,("Server requires "