diff options
| author | zhengchao <[email protected]> | 2021-04-20 15:04:02 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2021-04-20 15:04:02 +0800 |
| commit | 66c294feae90984200d4a4d5b46f37bc324a3097 (patch) | |
| tree | cb135e756fa89f14a4d7bdb4252620ff9285e8f4 | |
| parent | 154a4e592d2ac9eb2ea7054d83140bda66f33831 (diff) | |
确认bug修复:组合扫描命中域配置或编译配置时,进行全量更新,会导致的hierarchy导致的死锁。 更新版本号为 v3.1.19v3.1.19
| -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 2aa53e9..d7f54cc 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_1_17_20210323=1; +int MAAT_FRAME_VERSION_3_1_19_20210420=1; int is_valid_table_name(const char* str) { |
