Skip to content
Snippets Groups Projects
Commit e14322dc authored by Howard Chu's avatar Howard Chu
Browse files

Fix entry_release backend swapping

parent e472ed00
Branches
Tags
No related merge requests found
......@@ -465,6 +465,7 @@ glue_entry_release_rw (
int rc;
b0 = op->o_bd;
b2 = *op->o_bd;
b2.bd_info = (BackendInfo *)glue_tool_inst( op->o_bd->bd_info );
op->o_bd = glue_back_select (&b2, &e->e_nname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment