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

Commit 016ec75f authored by Steve French's avatar Steve French
Browse files

[CIFS] missing #endif from a previous patch



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 6345a3a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -499,11 +499,13 @@ require use of the stronger protocol */
#define   CIFSSEC_MASK          0x3F03F /* allows weak security but also krb5 */
#else
#define   CIFSSEC_MASK          0x37037 /* current flags supported if weak */
#endif /* UPCALL */
#else /* do not allow weak pw hash */
#ifdef CONFIG_CIFS_UPCALL
#define   CIFSSEC_MASK          0x0F00F /* flags supported if no weak allowed */
#else
#define	  CIFSSEC_MASK          0x07007 /* flags supported if no weak allowed */
#endif /* UPCALL */
#endif /* WEAK_PW_HASH */
#define   CIFSSEC_MUST_SEAL	0x40040 /* not supported yet */