Skip to content
Snippets Groups Projects
Commit b984e616 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

remove support for control as the operation is now incompatible

parent 941d418b
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment