summaryrefslogtreecommitdiff
path: root/src/entry/Maat_rule.cpp
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2020-07-07 17:57:11 +0800
committerzhengchao <[email protected]>2020-07-07 17:57:11 +0800
commit121cfea4fc8ae6fdd63d87fddd2c29c43381f1e5 (patch)
tree66c30c47bf33a8276839331e5793ecbdac1c5c10 /src/entry/Maat_rule.cpp
parent2962c6c90a2d0d98f8964724f4658f836774e88b (diff)
fix #23 Maat_plugin_exdata的回调使用以'\0'结尾的key。
Diffstat (limited to 'src/entry/Maat_rule.cpp')
-rw-r--r--src/entry/Maat_rule.cpp2
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)
{