From 539a9d2833c3497351c4e4e7d31fa2f96e63d23b Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 14 May 2020 18:25:24 +0800 Subject: [PATCH] =?UTF-8?q?TSG=20master=E4=B8=8D=E5=86=8D=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=91=BD=E4=B8=AD=E6=8B=A6=E6=88=AA=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5=E6=B5=81=E9=87=8F=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BA=A4=E7=94=B1KNI=E8=B0=83?= =?UTF-8?q?=E7=94=A8tsg=5Fset=5Fpolicy=5Fflow=E5=87=BD=E6=95=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E3=80=82?= 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 25fcee5..77b8c86 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -691,7 +691,7 @@ extern "C" char TSG_MASTER_TCP_ENTRY(struct streaminfo *a_tcp, void **pme, int t case TSG_ACTION_INTERCEPT: FS_operate(g_tsg_para.fs2_handle, g_tsg_para.fs2_field_id[TSG_FS2_INTERCEPT], 0, FS_OP_ADD, 1); - tsg_set_policy_flow(a_tcp, p_result, thread_seq); + //tsg_set_policy_flow(a_tcp, p_result, thread_seq); priority_label=(policy_priority_label_t *)dictator_malloc(thread_seq, sizeof(policy_priority_label_t));