Răsfoiți Sursa

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

Jan Janak 20 ani în urmă
părinte
comite
8726e2bbbc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 );
 }