mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Another abandon check
This commit is contained in:
parent
ee42df4cea
commit
1b244bbacd
@ -361,6 +361,7 @@ ldbm_back_modrdn(
|
|||||||
|
|
||||||
/* check for abandon */
|
/* check for abandon */
|
||||||
if ( op->o_abandon ) {
|
if ( op->o_abandon ) {
|
||||||
|
rs->sr_err = SLAPD_ABANDON;
|
||||||
goto return_results;
|
goto return_results;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -420,6 +421,7 @@ ldbm_back_modrdn(
|
|||||||
|
|
||||||
/* check for abandon */
|
/* check for abandon */
|
||||||
if ( op->o_abandon ) {
|
if ( op->o_abandon ) {
|
||||||
|
rs->sr_err = SLAPD_ABANDON;
|
||||||
goto return_results;
|
goto return_results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user