Skip to content
Snippets Groups Projects
Commit 1b244bba authored by Howard Chu's avatar Howard Chu
Browse files

Another abandon check

parent ee42df4c
Branches
Tags
No related merge requests found
......@@ -361,6 +361,7 @@ ldbm_back_modrdn(
/* check for abandon */
if ( op->o_abandon ) {
rs->sr_err = SLAPD_ABANDON;
goto return_results;
}
......@@ -420,6 +421,7 @@ ldbm_back_modrdn(
/* check for abandon */
if ( op->o_abandon ) {
rs->sr_err = SLAPD_ABANDON;
goto return_results;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment