]> git.sur5r.net Git - openldap/commitdiff
ITS#3844 fix typo
authorHoward Chu <hyc@openldap.org>
Fri, 8 Jul 2005 04:57:17 +0000 (04:57 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 8 Jul 2005 04:57:17 +0000 (04:57 +0000)
servers/slapd/slap.h

index af2fc4368b6804c440a7f46a483699f82fb5f063..a3c11195d80f78bf4fd4815d6bc8c0844134d6c8 100644 (file)
@@ -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