]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/modify.c
Sync with HEAD
[openldap] / servers / slapd / back-ldbm / modify.c
index 51d10c269197ab37358f2242a8df3fde6d3a36ae..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, get_manageDIT(op),
+       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",