diff options
| author | liuxueli <[email protected]> | 2022-01-07 11:38:07 +0300 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-01-07 11:38:07 +0300 |
| commit | 00d216cfe5336d1890b8a6a172a1564e1d48a69c (patch) | |
| tree | 226428ff1383fb83596a0636113fa8a169c23044 | |
| parent | c278c7fe7780d8c78700cf9c691ae212570eabec (diff) | |
TSG-9278: 修复默认策略优先级不正确的问题v5.4.27
| -rw-r--r-- | src/tsg_entry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
