run first test case success

This commit is contained in:
root
2024-09-14 11:29:12 +00:00
parent feb1576545
commit 20de47c873
18 changed files with 4733 additions and 4692 deletions

View File

@@ -68,7 +68,7 @@ int write_json_to_redis(const char *json_filename, char *redis_ip, int redis_por
return -1;
}
convert_maat_json_rule(json_root, (unsigned char *)json_buff);
convert_maat_json_rule(&json_root, (unsigned char *)json_buff);
redisContext *c = maat_connect_redis(redis_ip, redis_port, redis_db, logger);
if (NULL == c) {