diff options
| author | fengweihao <[email protected]> | 2024-11-28 16:27:21 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-28 16:27:21 +0800 |
| commit | 15714b4ba3a23b3a294fa3a3763e41bf9bb7f276 (patch) | |
| tree | cd304b496acc0c58dd3e1cc48b95eacde5acb6ef /common/src | |
| parent | 59e7f7a6a30383f75c0bf9ac5487a00dec2133b3 (diff) | |
Add session_uuid and log_uuid to the log fieldHEADdevelop-4.9
Diffstat (limited to 'common/src')
| -rw-r--r-- | common/src/tfe_packet_io.cpp | 1 | ||||
| -rw-r--r-- | common/src/tfe_scan.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/src/tfe_packet_io.cpp b/common/src/tfe_packet_io.cpp index 045406e..c2604b1 100644 --- a/common/src/tfe_packet_io.cpp +++ b/common/src/tfe_packet_io.cpp @@ -1098,7 +1098,6 @@ static int handle_session_opening(struct metadata *meta, marsio_buff_t *rx_buff, uint8_t hit_no_intercept = 0; uint8_t is_session_id_only_key = 0; uint16_t out_size = 0; - char stream_traceid[24] = {0}; char reason_no_intercept_param[] = "Hit No Intercept Policy"; char reason_invalid_intercept_param[] = "Invalid Intercept Param"; char reason_invalid_tcp_policy_param[] = "Invalid tcp policy Param"; diff --git a/common/src/tfe_scan.cpp b/common/src/tfe_scan.cpp index 5dc0bff..ebcdc36 100644 --- a/common/src/tfe_scan.cpp +++ b/common/src/tfe_scan.cpp @@ -211,7 +211,7 @@ int tfe_scan_fqdn_tags(const struct tfe_stream *stream, uuid_t *result, struct m { memset(&objects, 0, sizeof(objects)); uuid_copy(objects.object_uuid, opt_val[i]); - scan_ret = scan_object(result, scan_mid, hit_cnt, objects, "TSG_OBJ_FQDN", "SERVER_FQDN"); + scan_ret = scan_object(result, scan_mid, hit_cnt, objects, "TSG_OBJ_FQDN", "DESTINATION_FQDN"); if (scan_ret > 0) { char result_str[UUID_STRING_SIZE]={0}; |
