remove support for control as the operation is now incompatible

This commit is contained in:
Pierangelo Masarati 2005-12-16 15:01:59 +00:00
parent 941d418b33
commit b984e616c3
2 changed files with 0 additions and 17 deletions

View file

@ -253,14 +253,6 @@ retry: /* transaction retry */
}
}
if ( get_assert( op ) &&
( test_filter( op, op->oq_add.rs_e, get_assertion( op ))
!= LDAP_COMPARE_TRUE ))
{
rs->sr_err = LDAP_ASSERTION_FAILED;
goto return_results;
}
rs->sr_err = access_allowed( op, op->oq_add.rs_e,
entry, NULL, ACL_WADD, NULL );

View file

@ -1141,15 +1141,6 @@ backsql_add( Operation *op, SlapReply *rs )
}
}
if ( get_assert( op ) &&
( test_filter( op, op->oq_add.rs_e, get_assertion( op ) )
!= LDAP_COMPARE_TRUE ) )
{
rs->sr_err = LDAP_ASSERTION_FAILED;
e = op->ora_e;
goto done;
}
/*
* create_proc is executed; if expect_return is set, then
* an output parameter is bound, which should contain