mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
Fix typo
This commit is contained in:
parent
07fc395816
commit
6daaf88244
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ monitor_back_db_init(
|
|||
be_monitor = be;
|
||||
|
||||
/* indicate system schema supported */
|
||||
SLAP_DBFLAGS(be) |= SLAP_BFLAG_MONITOR;
|
||||
SLAP_BFLAGS(be) |= SLAP_BFLAG_MONITOR;
|
||||
|
||||
dn.bv_val = SLAPD_MONITOR_DN;
|
||||
dn.bv_len = sizeof( SLAPD_MONITOR_DN ) - 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue