diff options
Diffstat (limited to 'common')
| -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}; |
