]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/init.c
honor disclose
[openldap] / servers / slapd / back-monitor / init.c
index 6fed315d2f2c7cfce77139683fe845877c6fad87..8747e2a8912bcbc2a36b1e308f76fb4a1afcbb72 100644 (file)
@@ -1035,7 +1035,7 @@ monitor_back_db_init(
                        return -1;
                }
 
-               code = at_add(at, &err);
+               code = at_add(at, 0, NULL, &err);
                if ( code ) {
                        Debug( LDAP_DEBUG_ANY, "monitor_back_db_init: "
                                "%s in attributeType \"%s\"\n",
@@ -1078,7 +1078,7 @@ monitor_back_db_init(
                        return -1;
                }
 
-               code = oc_add(oc, 0, &err);
+               code = oc_add(oc, 0, NULL, &err);
                if ( code ) {
                        Debug( LDAP_DEBUG_ANY,
                                "objectclass \"%s\": %s \"%s\"\n" ,