浏览代码

- fixed misplaced set_avp list, courtesy of [email protected]

Jan Janak 20 年之前
父节点
当前提交
8726e2bbbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tm/t_hooks.c

+ 1 - 1
modules/tm/t_hooks.c

@@ -189,8 +189,8 @@ void run_trans_callbacks( int type , struct cell *trans,
 			params.param = &(cbp->param);
 			cbp->callback( trans, type, &params );
 		}
-	set_avp_list( backup );
 	}
+	set_avp_list( backup );
 }