mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8434 Allow cleanup at the end of a failed back-config add
This commit is contained in:
parent
f3e0707e34
commit
57b0ed909c
@ -5676,6 +5676,8 @@ done:
|
||||
overlay_destroy_one( ca->be, (slap_overinst *)ca->bi );
|
||||
} else if ( coptr->co_type == Cft_Schema ) {
|
||||
schema_destroy_one( ca, colst, nocs, last );
|
||||
} else if ( ca->cleanup ) {
|
||||
ca->cleanup( ca );
|
||||
}
|
||||
}
|
||||
done_noop:
|
||||
|
Loading…
Reference in New Issue
Block a user