Change insert_profile to object_profile and fix ip_tag scanning issue

This commit is contained in:
fengweihao
2024-10-22 15:29:12 +08:00
parent c1df25d745
commit f24a349a42
2 changed files with 7 additions and 2 deletions

View File

@@ -220,7 +220,6 @@ int tfe_scan_ip_tags(const struct tfe_stream *stream, uuid_t *result, struct maa
if(n_tag_ids == 0)
{
TFE_LOG_DEBUG(logger, "fetch src ip tags: NULL");
return hit_cnt_ip;
}
tfe_tags_log(opt_val, n_tag_ids, "src ip", logger);