From 36911a6b5f35364fbda937a9019f469b5527d05c Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 27 Sep 2021 15:10:50 +0800 Subject: [PATCH] =?UTF-8?q?TSG-7953:=20tsg=5Fmaster=E5=A4=9A=E5=91=BD?= =?UTF-8?q?=E4=B8=ADIP=20DENY=E7=AD=96=E7=95=A5=EF=BC=8C=E5=8F=91=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=97=B6=E5=91=BD=E4=B8=AD=E4=B8=AA=E6=95=B0=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=87=8D=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 5effca2..9164cfc 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1631,7 +1631,7 @@ static unsigned char tsg_master_all_entry(const struct streaminfo *a_stream, uns { case TSG_ACTION_DENY: state=tsg_deal_deny_action(a_stream, p_result, PROTO_UNKONWN, ACTION_RETURN_TYPE_APP, a_packet); - master_send_log(a_stream, p_result, hit_num, NULL, thread_seq); + master_send_log(a_stream, p_result, 1, NULL, thread_seq); break; case TSG_ACTION_MONITOR: vlan_num=tsg_get_vlan_id_by_monitor_rule(g_tsg_maat_feather, result, hit_num, vlan, MAX_RESULT_NUM);