From a4fcb73f8a6406c2ae582d5da1ce81fada5c69f4 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 4 Mar 2022 13:01:28 +0500 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8ex=20data=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=93=8D=E4=BD=9C=E5=93=88=E5=B8=8C=E6=97=B6=E7=AC=94?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=96=AD=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_ex_data.cpp | 2 +- src/entry/Maat_rule.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entry/Maat_ex_data.cpp b/src/entry/Maat_ex_data.cpp index aefc346..e2b7915 100644 --- a/src/entry/Maat_ex_data.cpp +++ b/src/entry/Maat_ex_data.cpp @@ -239,7 +239,7 @@ void EX_data_rt_updating_hash_add(struct EX_data_rt* ex_rt, const char* key, siz } else { - HASH_ADD_KEYPTR(hh_a, ex_rt->hash_key2ex_b, key,key_len, exc); + HASH_ADD_KEYPTR(hh_a, ex_rt->hash_key2ex_a, key,key_len, exc); } return; } diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index dd1d9ab..45e1266 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -57,7 +57,7 @@ extern "C" } #endif -int MAAT_FRAME_VERSION_3_6_1_20220303=1; +int MAAT_FRAME_VERSION_3_6_3_20220304=1; int is_valid_table_name(const char* str) {