summaryrefslogtreecommitdiff
path: root/plugin/business/doh/src/doh.cpp
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2023-06-06 10:39:01 +0800
committerluwenpeng <[email protected]>2023-06-08 16:44:34 +0800
commitdb5530aa568d66eec2caf18eed067e1ccceb197d (patch)
tree67b7b9140b7146b5f8eeada4cf344cef33bf90d5 /plugin/business/doh/src/doh.cpp
parent396f8426f9ddf83c7d5f483fef20ab7a92bd7fac (diff)
TSG-15381 TFE适配MAAT4的maat_plugin_table_get_ex_data()接口变更
Diffstat (limited to 'plugin/business/doh/src/doh.cpp')
-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 53f9902..bba3aab 100644
--- a/plugin/business/doh/src/doh.cpp
+++ b/plugin/business/doh/src/doh.cpp
@@ -157,7 +157,7 @@ static void doh_get_cheat_data(long long p_result, int qtype, struct doh_ctx *ct
{
return;
}
- struct doh_action_param *get_ex_param=(struct doh_action_param *)maat_plugin_table_get_ex_data(g_doh_conf->maat, table_id, (const char *)&p_result);
+ struct doh_action_param *get_ex_param=(struct doh_action_param *)maat_plugin_table_get_ex_data(g_doh_conf->maat, table_id, (const char *)&p_result, sizeof(p_result));
if(get_ex_param==NULL)
{
return;