增加IP composition的测试用例,确认端口范围的起始不能为1。

This commit is contained in:
zhengchao
2020-11-17 16:44:49 +06:00
parent 17c450f8c3
commit e9a9c89116
4 changed files with 278 additions and 5 deletions

View File

@@ -745,7 +745,7 @@ FULL_UPDATE:
*list=s_rule_array;
*update_type=CM_UPDATE_TYPE_FULL;
MESA_handle_runtime_log(logger, RLOG_LV_INFO, maat_redis_monitor,
"Full update %d keys of version %lld.", rule_num, new_version);
"Full update %d keys of version %lld.", rule_num, *new_version);
return rule_num ;
}