diff options
| author | zhengchao <[email protected]> | 2020-07-07 17:57:11 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2020-07-07 17:57:11 +0800 |
| commit | 121cfea4fc8ae6fdd63d87fddd2c29c43381f1e5 (patch) | |
| tree | 66c30c47bf33a8276839331e5793ecbdac1c5c10 /src/entry/Maat_rule.cpp | |
| parent | 2962c6c90a2d0d98f8964724f4658f836774e88b (diff) | |
fix #23 Maat_plugin_exdata的回调使用以'\0'结尾的key。
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 ad029f1..fac6b42 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -34,7 +34,7 @@ #include "stream_fuzzy_hash.h" #include "gram_index_engine.h" -int MAAT_FRAME_VERSION_3_0_20200706=1; +int MAAT_FRAME_VERSION_3_0_20200707=1; int is_valid_table_name(const char* str) { |
