mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 19:09:42 -05:00
Resolve conflict between ITS#7492 and ITS#7520
This commit is contained in:
parent
60754d77c8
commit
747679256c
1 changed files with 2 additions and 2 deletions
|
|
@ -291,7 +291,7 @@ typedef struct ldapinfo_t {
|
|||
|
||||
unsigned li_flags;
|
||||
|
||||
/* 0xFFF00000U are reserved for back-meta */
|
||||
/* 0xFF000000U are reserved for back-meta */
|
||||
|
||||
#define LDAP_BACK_F_NONE (0x00000000U)
|
||||
#define LDAP_BACK_F_SAVECRED (0x00000001U)
|
||||
|
|
@ -335,7 +335,7 @@ typedef struct ldapinfo_t {
|
|||
#define LDAP_BACK_F_NOUNDEFFILTER (0x00100000U)
|
||||
#define LDAP_BACK_F_OMIT_UNKNOWN_SCHEMA (0x00200000U)
|
||||
|
||||
#define LDAP_BACK_F_ONERR_STOP (0x00200000U)
|
||||
#define LDAP_BACK_F_ONERR_STOP (0x00400000U)
|
||||
|
||||
#define LDAP_BACK_ISSET_F(ff,f) ( ( (ff) & (f) ) == (f) )
|
||||
#define LDAP_BACK_ISMASK_F(ff,m,f) ( ( (ff) & (m) ) == (f) )
|
||||
|
|
|
|||
Loading…
Reference in a new issue