mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Another abandon check
This commit is contained in:
parent
ee42df4cea
commit
1b244bbacd
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue