TSG-9521: 修复执行Deny Action时错误调用do_action_tamper函数,应调用send_icmp_unreachable函数

This commit is contained in:
liuxueli
2022-02-15 16:39:13 +08:00
parent 286c308f94
commit c0d8d5dd2e
2 changed files with 2 additions and 2 deletions

View File

@@ -851,7 +851,7 @@ static unsigned char tsg_do_deny_action(const struct streaminfo *a_stream, struc
local_state=0;
if(user_region->deny->app_para.send_icmp_enable==1)
{
local_state|=do_action_tamper(a_stream, p_result, user_region, protocol, user_data);
local_state|=send_icmp_unreachable(a_stream);
}
if(user_region->deny->app_para.send_reset_enable==1)