diff options
| author | zhengchao <[email protected]> | 2021-01-29 21:06:32 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2021-01-29 21:06:32 +0800 |
| commit | e12bef30334ec357afd5748d43ae0744c1aaadb0 (patch) | |
| tree | 4a2ceb7bf08252a6168f048b7d41ed7399a64a0d /src/entry/Maat_rule.cpp | |
| parent | 653727e19ad3d8ee5acb922e77606142fc5dba93 (diff) | |
Maat_hierarchy_compile_mid_update_by_compile中的assert并不准确:在扫描命中region后,进行region_compile之前,该region被删除时,此region不会加入hit_path。
Diffstat (limited to 'src/entry/Maat_rule.cpp')
| -rw-r--r-- | src/entry/Maat_rule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index a50d917..7fe8f23 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -56,7 +56,7 @@ extern "C" } #endif -int MAAT_FRAME_VERSION_3_1_5_20201216=1; +int MAAT_FRAME_VERSION_3_1_5_20210129=1; int is_valid_table_name(const char* str) { |
