summaryrefslogtreecommitdiff
path: root/plugin/business/doh
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-11-22 19:30:27 +0800
committer冯伟浩 <[email protected]>2023-11-22 11:30:49 +0000
commit6efee0fdc8694911e9cef84002a1da2e1a025388 (patch)
treeb17cb101022b295d4c2219db4ffc9e73a23a1763 /plugin/business/doh
parent15582f5d51f0700c07f5b428185b55c13fc4a568 (diff)
TSG-17512 Proxy适配Maat4关于compile表特性变更v4.8.47-20231122
Diffstat (limited to 'plugin/business/doh')
-rw-r--r--plugin/business/doh/src/doh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/doh/src/doh.cpp b/plugin/business/doh/src/doh.cpp
index 500f577..9d280d8 100644
--- a/plugin/business/doh/src/doh.cpp
+++ b/plugin/business/doh/src/doh.cpp
@@ -152,7 +152,7 @@ static void doh_get_cheat_data(long long p_result, int qtype, struct doh_ctx *ct
cJSON *answer_array = NULL;
int table_id=0;
- table_id=maat_get_table_id(g_doh_conf->maat, "PXY_CTRL_COMPILE");
+ table_id=maat_get_table_id(g_doh_conf->maat, "PXY_CTRL_COMPILE_PLUGIN");
if(table_id < 0)
{
return;