Skip to content
Snippets Groups Projects
Commit 307b32fb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Import another ITS#1261 fix.

parent d901071c
No related branches found
No related tags found
No related merge requests found
......@@ -444,6 +444,7 @@ ldbm_back_modrdn(
}
(void) cache_delete_entry( &li->li_cache, e );
rc = MUST_DESTROY;
/* XXX: there is no going back! */
......@@ -473,7 +474,6 @@ ldbm_back_modrdn(
goto return_results;
}
rc = MUST_DESTROY;
(void) cache_update_entry( &li->li_cache, e );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment