diff options
| author | liuxueli <[email protected]> | 2022-03-29 15:47:35 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-03-29 15:47:35 +0800 |
| commit | 07f608a9b38f444f42a08e63263c774a1e2b9fa0 (patch) | |
| tree | 0b1e551dd07cb229155f52e68b68309c0da90878 /src/tsg_entry.cpp | |
| parent | c1b934717d3e97c8269bb0c003aafa8701e4f0dd (diff) | |
TSG-10101: 修复cherry-pick引入的编译不通过的问题v5.5.12
Diffstat (limited to 'src/tsg_entry.cpp')
| -rw-r--r-- | src/tsg_entry.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index d1d77a2..91801d1 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -2149,7 +2149,6 @@ extern "C" int TSG_MASTER_INIT() MESA_load_profile_int_def(tsg_conffile, "SYSTEM", "DATACENTER_ID", &g_tsg_para.datacenter_id, 0); MESA_load_profile_short_def(tsg_conffile, "SYSTEM", "TIMEOUT", (short *)&g_tsg_para.timeout, 300); MESA_load_profile_int_def(tsg_conffile, "SYSTEM", "SCAN_TIME_INTERVAL", &g_tsg_para.scan_time_interval, 120); - MESA_load_profile_int_def(tsg_conffile, "SYSTEM", "IENTIFY_APP_MAX_PKT_NUM", &g_tsg_para.identify_app_max_pkt_num, 20); MESA_load_profile_int_def(tsg_conffile, "SYSTEM", "FEATURE_TAMPER", &g_tsg_para.feature_tamper, 0); |
