修改maat_json笔误,修复redis busy时reply没有释放的bug。

This commit is contained in:
zhengchao
2017-09-10 18:30:44 +08:00
parent 9396bb9e63
commit 819d346b31
4 changed files with 19 additions and 15 deletions

View File

@@ -676,8 +676,10 @@ int write_compile_rule(cJSON *compile,struct iris_description_t *p_iris,void * l
compile_cmd[cmd_cnt].json_type=cJSON_Number;
cmd_cnt++;
compile_cmd[cmd_cnt].json_string="effective_rage";
compile_cmd[cmd_cnt].json_string="effective_range";
compile_cmd[cmd_cnt].json_type=cJSON_Number;
compile_cmd[cmd_cnt].empty_allowed=1;
compile_cmd[cmd_cnt].default_int=0;
cmd_cnt++;
compile_cmd[cmd_cnt].json_string="user_region";