mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
fixes another assert in case of subtle error (schema failure while applying rdn changes)
This commit is contained in:
parent
8edccd2554
commit
4362654eb6
@ -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 New Issue
Block a user