From 01d9e97f0ac57a33c253abe258adb5b198f0ec04 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Fri, 28 Jul 2023 16:26:55 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E4=BF=AE=E5=A4=8Dtunnel=20id=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=91=BD=E4=B8=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/verify_matcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/verify_matcher.cpp b/platform/src/verify_matcher.cpp index 50f2050..2dbe91f 100644 --- a/platform/src/verify_matcher.cpp +++ b/platform/src/verify_matcher.cpp @@ -1510,7 +1510,7 @@ int policy_verify_scan_tunnel_id(long long *result, struct ip_addr *sip, int hit struct tunnel_data_ctx *endpoint_data[TUNNEL_BOOL_ID_MAX]; ret=maat_ip_plugin_table_get_ex_data(g_policy_rt->feather[vsys_id], g_policy_rt->profile_table_id[POLICY_TUNNEL_ENDPOINT], sip, (void **)&endpoint_data, TUNNEL_BOOL_ID_MAX); - for(i=0; ibool_id_array_idx < TUNNEL_BOOL_ID_MAX; i++) { ctx->bool_id_array[ctx->bool_id_array_idx]=(long long)endpoint_data[i]->id; ctx->bool_id_array_idx++;