]> git.sur5r.net Git - openldap/commitdiff
Fix entry_schema_check call
authorKurt Zeilenga <kurt@openldap.org>
Fri, 20 May 2005 18:12:22 +0000 (18:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 20 May 2005 18:12:22 +0000 (18:12 +0000)
servers/slapd/bconfig.c

index 3a1d41969b93f46653e1ecd2059b007a49836c03..2d41de9bdead0de746ac3f5c4972eac4d32b5816 100644 (file)
@@ -3305,7 +3305,7 @@ config_modify_internal( CfEntryInfo *ce, Operation *op, SlapReply *rs,
        
        if(rc == LDAP_SUCCESS) {
                /* check that the entry still obeys the schema */
-               rc = entry_schema_check(op->o_bd, e, NULL, 0,
+               rc = entry_schema_check(op->o_bd, e, NULL,
                        &rs->sr_text, ca->msg, sizeof(ca->msg) );
        }
        if ( rc == LDAP_SUCCESS ) {