summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangmenglan <[email protected]>2023-06-09 18:24:38 +0800
committerwangmenglan <[email protected]>2023-06-09 18:24:38 +0800
commit9e75c71d94438bfed10f8210aa7410e985d05064 (patch)
tree87ff8333cdec836b793baafcb03f1580637f2019
parent2741eb117aaff06f5bf65d1c0ec7590aa0913601 (diff)
命中no intercept,不发送logv4.8.25-20230609
-rw-r--r--common/src/tfe_packet_io.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/tfe_packet_io.cpp b/common/src/tfe_packet_io.cpp
index 373173e..8744862 100644
--- a/common/src/tfe_packet_io.cpp
+++ b/common/src/tfe_packet_io.cpp
@@ -1236,7 +1236,6 @@ static int handle_session_opening(struct metadata *meta, struct ctrl_pkt_parser
tfe_cmsg_get_value(parser->cmsg, TFE_CMSG_HIT_NO_INTERCEPT, (unsigned char *)&hit_no_intercept, sizeof(hit_no_intercept), &out_size);
if (hit_no_intercept == 1) {
is_passthrough = 1;
- set_passthrough_reason(parser->cmsg, reason_hit_no_intercept);
goto passthrough;
}