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

@@ -350,6 +350,6 @@ unsigned char send_icmp_unreachable(const struct streaminfo *a_stream)
__FUNCTION__,
debug_buf);
return STATE_DROPPKT;
return STATE_DROPME|STATE_DROPPKT;;
}