]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/modify.c
Sync with HEAD
[openldap] / servers / slapd / modify.c
index f9c64d4c9f9a8a8163f416a4231f33cb5a67a174..f80cebdf66a833066b535c764fdac3ac89343c70 100644 (file)
@@ -842,7 +842,7 @@ int slap_mods_opattrs(
        if( op->o_tag == LDAP_REQ_ADD ) {
                struct berval tmpval;
 
-               if( global_schemacheck ) {
+               {
                        int rc = mods_structural_class( mods, &tmpval,
                                text, textbuf, textlen );
                        if( rc != LDAP_SUCCESS ) return rc;