Fix entry_release backend swapping

This commit is contained in:
Howard Chu 2004-12-06 22:13:19 +00:00
parent e472ed00e2
commit e14322dcbf

View file

@ -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);