mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#3844 fix typo
This commit is contained in:
parent
b1f5e9258a
commit
532da5699c
1 changed files with 1 additions and 1 deletions
|
|
@ -2111,7 +2111,7 @@ struct slap_backend_info {
|
|||
slap_mask_t bi_flags; /* backend flags */
|
||||
#define SLAP_BFLAG_MONITOR 0x0001U /* a monitor backend */
|
||||
#define SLAP_BFLAG_CONFIG 0x0002U /* a config backend */
|
||||
#define SLAP_BFLAG_FRONTEND 0x0004U /* the frontendD */
|
||||
#define SLAP_BFLAG_FRONTEND 0x0004U /* the frontendDB */
|
||||
#define SLAP_BFLAG_NOLASTMODCMD 0x0010U
|
||||
#define SLAP_BFLAG_INCREMENT 0x0100U
|
||||
#define SLAP_BFLAG_ALIASES 0x1000U
|
||||
|
|
|
|||
Loading…
Reference in a new issue