summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2020-06-13 21:05:42 +0800
committerzhengchao <[email protected]>2020-06-22 20:26:43 +0800
commit2c80ba4c0a4a6f181d2f6318ee8c3ca0bfa82443 (patch)
tree086a60abc382a8bc2ae3bce9744c011783eba99d /tools
parent7e1cb56d4ffbdf1993e2ae3dfc6d47f1e3b262df (diff)
代码适配Maat command、maat json。
Diffstat (limited to 'tools')
-rw-r--r--tools/maat_redis_tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/maat_redis_tool.cpp b/tools/maat_redis_tool.cpp
index 41fe97e..9ff0240 100644
--- a/tools/maat_redis_tool.cpp
+++ b/tools/maat_redis_tool.cpp
@@ -332,7 +332,7 @@ int main(int argc, char * argv[])
{
printf("open %s failed.\n", json_file);
}
- ret=json2iris(json_buff, json_file, NULL, NULL, ctx, tmp_iris_path, sizeof(tmp_iris_path), NULL, NULL, NULL);
+ ret=json2iris(json_buff, json_file, NULL, NULL, NULL, ctx, tmp_iris_path, sizeof(tmp_iris_path), NULL, NULL, NULL);
if(ret<0)
{
printf("Invalid json format.\n");