mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fixes another assert in case of subtle error (schema failure while applying rdn changes)
This commit is contained in:
parent
8edccd2554
commit
4362654eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -600,6 +600,7 @@ ldbm_back_modrdn(
|
|||
}
|
||||
|
||||
(void) cache_delete_entry( &li->li_cache, e );
|
||||
rc = MUST_DESTROY;
|
||||
|
||||
/* XXX: there is no going back! */
|
||||
|
||||
|
|
@ -629,7 +630,6 @@ ldbm_back_modrdn(
|
|||
|
||||
goto return_results;
|
||||
}
|
||||
rc = MUST_DESTROY;
|
||||
|
||||
(void) cache_update_entry( &li->li_cache, e );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue