diff options
| author | fengweihao <[email protected]> | 2024-10-22 15:29:12 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-10-22 15:29:12 +0800 |
| commit | f24a349a4225df1b19dec1e4cb8d9c5f49f7877f (patch) | |
| tree | ab64f0dc0d8bba50e127c4fac42e2900fffa6cb1 /common | |
| parent | c1df25d7456317deb5332d6f1c13ede8bb9317c0 (diff) | |
Change insert_profile to object_profile and fix ip_tag scanning issue
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/tfe_scan.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/tfe_scan.cpp b/common/src/tfe_scan.cpp index 0fcc03f..7eac118 100644 --- a/common/src/tfe_scan.cpp +++ b/common/src/tfe_scan.cpp @@ -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); |
