summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/entry/Maat_api.cpp1
-rw-r--r--src/entry/Maat_rule.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/entry/Maat_api.cpp b/src/entry/Maat_api.cpp
index c04d262..c8122a6 100644
--- a/src/entry/Maat_api.cpp
+++ b/src/entry/Maat_api.cpp
@@ -318,6 +318,7 @@ size_t scan_hit_status_update_by_compile(struct scan_hit_status* hit_status, str
{
TAILQ_FOREACH(p, &hit_status->hit_path_qhead, entries)
{
+ n_exsited_path=0;
if(TO_RELATION_ID(p->path.virtual_table_id, p->path.top_group_id)==a_set.items[i].item_id
&& p->path.compile_id!=compile_rule->compile_id)
{
diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp
index 0adf775..b6aaca5 100644
--- a/src/entry/Maat_rule.cpp
+++ b/src/entry/Maat_rule.cpp
@@ -33,7 +33,7 @@
#include "stream_fuzzy_hash.h"
#include "gram_index_engine.h"
-int MAAT_FRAME_VERSION_2_8_20200403=1;
+int MAAT_FRAME_VERSION_2_8_20200420=1;
int is_valid_table_name(const char* str)
{