]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/modify.c
Add o_no_schema_check to operation structure
[openldap] / servers / slapd / back-ldbm / modify.c
index e2a9122643c7761f006470fae71f502c3cdb450d..2dd696919fbde91b3d885c344ca7d74151f6e7b6 100644 (file)
@@ -164,7 +164,7 @@ int ldbm_modify_internal(
        }
 
        /* check that the entry still obeys the schema */
-       rc = entry_schema_check( op->o_bd, e, save_attrs, 0,
+       rc = entry_schema_check( op, e, save_attrs, get_manageDIT(op),
                text, textbuf, textlen );
        if ( rc != LDAP_SUCCESS ) {
                Debug( LDAP_DEBUG_ANY, "entry failed schema check: %s\n",