From 00d216cfe5336d1890b8a6a172a1564e1d48a69c Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 7 Jan 2022 11:38:07 +0300 Subject: [PATCH] =?UTF-8?q?TSG-9278:=20=E4=BF=AE=E5=A4=8D=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=AD=96=E7=95=A5=E4=BC=98=E5=85=88=E7=BA=A7=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_entry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 2a38481..7fd456b 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1899,6 +1899,7 @@ extern "C" unsigned char TSG_MASTER_UDP_ENTRY(const struct streaminfo *a_udp, vo context->all_entry=(struct tcpall_context *)dictator_malloc(thread_seq, sizeof(struct tcpall_context)); memset(context->all_entry, 0, sizeof(struct tcpall_context)); + set_struct_project(a_udp, g_tsg_para.tcpall_project_id, (void *)(context->all_entry)); } state1=tsg_master_all_entry(a_udp, a_udp->opstate, (void **)&(context->all_entry), thread_seq, a_packet);