fix global configuration patch (ITS#3353)

This commit is contained in:
Pierangelo Masarati 2004-10-04 21:05:13 +00:00
parent bf8e890ea7
commit 2ccbe388b5

View File

@ -889,7 +889,7 @@ backsql_add( Operation *op, SlapReply *rs )
op->oq_add.rs_e->e_name.bv_val, 0, 0 );
/* check schema */
if ( global_schemacheck ) {
if ( SLAPD_GLOBAL(schemachecking) ) {
char textbuf[ SLAP_TEXT_BUFLEN ] = { '\0' };
rs->sr_err = entry_schema_check( op->o_bd, op->oq_add.rs_e,