This commit is contained in:
Kurt Zeilenga 2005-03-23 01:50:49 +00:00
parent e9892da17b
commit 7677c00d80
2 changed files with 1 additions and 2 deletions

View File

@ -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 );

View File

@ -1002,7 +1002,6 @@ dnRelativeMatch(
*matchp = match;
return LDAP_SUCCESS;
}
if( mr == slap_schema.si_mr_dnSuperiorMatch ) {