mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
e9892da17b
commit
7677c00d80
@ -165,7 +165,7 @@ do_add( Operation *op, SlapReply *rs )
|
||||
}
|
||||
|
||||
rs->sr_err = slap_mods_check( modlist, &rs->sr_text,
|
||||
textbuf, textlen, NULL );
|
||||
textbuf, textlen, NULL );
|
||||
|
||||
if ( rs->sr_err != LDAP_SUCCESS ) {
|
||||
send_ldap_result( op, rs );
|
||||
|
@ -1002,7 +1002,6 @@ dnRelativeMatch(
|
||||
|
||||
*matchp = match;
|
||||
return LDAP_SUCCESS;
|
||||
|
||||
}
|
||||
|
||||
if( mr == slap_schema.si_mr_dnSuperiorMatch ) {
|
||||
|
Loading…
Reference in New Issue
Block a user