From 9e75c71d94438bfed10f8210aa7410e985d05064 Mon Sep 17 00:00:00 2001 From: wangmenglan Date: Fri, 9 Jun 2023 18:24:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=B8=ADno=20intercept=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=8F=91=E9=80=81log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/tfe_packet_io.cpp | 1 - 1 file changed, 1 deletion(-) 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; }