Skip to content
Snippets Groups Projects
Commit 7677c00d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

cleanup

parent e9892da1
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
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