summaryrefslogtreecommitdiff
path: root/plugin/business/tsg-http/src/tsg_web_cache.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/tsg-http/src/tsg_web_cache.cpp
parent396f8426f9ddf83c7d5f483fef20ab7a92bd7fac (diff)
TSG-15381 TFE适配MAAT4的maat_plugin_table_get_ex_data()接口变更
Diffstat (limited to 'plugin/business/tsg-http/src/tsg_web_cache.cpp')
-rw-r--r--plugin/business/tsg-http/src/tsg_web_cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/tsg-http/src/tsg_web_cache.cpp b/plugin/business/tsg-http/src/tsg_web_cache.cpp
index 5d23ba1..0011ad9 100644
--- a/plugin/business/tsg-http/src/tsg_web_cache.cpp
+++ b/plugin/business/tsg-http/src/tsg_web_cache.cpp
@@ -1088,7 +1088,7 @@ enum cache_pending_result web_cache_async_pending(struct cache_handle* handle, u
if(ret==MAAT_SCAN_HIT)
{
- ex_data=maat_plugin_table_get_ex_data(handle->ref_feather, handle->cache_param_idx, (const char *)&cache_policy);
+ ex_data=maat_plugin_table_get_ex_data(handle->ref_feather, handle->cache_param_idx, (const char *)&cache_policy, sizeof(cache_policy));
if(ex_data!=NULL)
{
param=(struct cache_param*)ex_data;