mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo
This commit is contained in:
parent
07fc395816
commit
6daaf88244
@ -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 New Issue
Block a user