Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
b984e616
Commit
b984e616
authored
Dec 16, 2005
by
Pierangelo Masarati
Browse files
remove support for control as the operation is now incompatible
parent
941d418b
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/add.c
View file @
b984e616
...
...
@@ -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
);
...
...
servers/slapd/back-sql/add.c
View file @
b984e616
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment