mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[CIFS] missing #endif from a previous patch
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
6345a3a880
commit
016ec75f1a
@ -499,11 +499,13 @@ require use of the stronger protocol */
|
|||||||
#define CIFSSEC_MASK 0x3F03F /* allows weak security but also krb5 */
|
#define CIFSSEC_MASK 0x3F03F /* allows weak security but also krb5 */
|
||||||
#else
|
#else
|
||||||
#define CIFSSEC_MASK 0x37037 /* current flags supported if weak */
|
#define CIFSSEC_MASK 0x37037 /* current flags supported if weak */
|
||||||
|
#endif /* UPCALL */
|
||||||
#else /* do not allow weak pw hash */
|
#else /* do not allow weak pw hash */
|
||||||
#ifdef CONFIG_CIFS_UPCALL
|
#ifdef CONFIG_CIFS_UPCALL
|
||||||
#define CIFSSEC_MASK 0x0F00F /* flags supported if no weak allowed */
|
#define CIFSSEC_MASK 0x0F00F /* flags supported if no weak allowed */
|
||||||
#else
|
#else
|
||||||
#define CIFSSEC_MASK 0x07007 /* flags supported if no weak allowed */
|
#define CIFSSEC_MASK 0x07007 /* flags supported if no weak allowed */
|
||||||
|
#endif /* UPCALL */
|
||||||
#endif /* WEAK_PW_HASH */
|
#endif /* WEAK_PW_HASH */
|
||||||
#define CIFSSEC_MUST_SEAL 0x40040 /* not supported yet */
|
#define CIFSSEC_MUST_SEAL 0x40040 /* not supported yet */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user