初始化时在日志中打印accept tags。
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "stream_fuzzy_hash.h"
|
||||
#include "gram_index_engine.h"
|
||||
|
||||
int MAAT_FRAME_VERSION_2_5_20181221=1;
|
||||
int MAAT_FRAME_VERSION_2_5_20181223=1;
|
||||
|
||||
const char* CHARSET_STRING[]={"NONE","gbk","big5","unicode","utf8","bin",
|
||||
"unicode_ascii_esc","unicode_ascii_aligned","unicode_ncr_dec","unicode_ncr_hex","url_encode_gb2312","url_encode_utf8",""};
|
||||
@@ -3744,6 +3744,7 @@ void *thread_rule_monitor(void *arg)
|
||||
free(feather->accept_tags[i].tag_val);
|
||||
}
|
||||
free(feather->accept_tags);
|
||||
free(feather->accept_tags_raw);
|
||||
if(feather->stat_on&& feather->stat_handle)
|
||||
{
|
||||
FS_stop(&(feather->stat_handle));
|
||||
|
||||
Reference in New Issue
Block a user