]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Fri, 9 Apr 2004 21:13:41 +0000 (21:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 9 Apr 2004 21:13:41 +0000 (21:13 +0000)
servers/slapd/back-monitor/init.c

index 03b563dd93598631fbd99d39496848ee3f55ac61..6173c12949a43fa90a258415105a776ffc32eed1 100644 (file)
@@ -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;