From 9f2bf29f674c8e7b6985a5e3d1b34ce428d8c1a5 Mon Sep 17 00:00:00 2001 From: wangmenglan Date: Thu, 17 Aug 2023 11:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(TSG-16684):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8D=95=E5=90=91=E6=B5=81=E8=A2=AB=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/tfe_ctrl_packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/tfe_ctrl_packet.cpp b/common/src/tfe_ctrl_packet.cpp index 886c409..fc2d40d 100644 --- a/common/src/tfe_ctrl_packet.cpp +++ b/common/src/tfe_ctrl_packet.cpp @@ -174,7 +174,7 @@ static int proxy_parse_messagepack(mpack_node_t node, void *ctx, void *logger) switch (mpack_node_type(ptr)) { case mpack_type_uint: - if (i == 38) { + if (i == 32) { handler->intercpet_data = mpack_node_u8(ptr); } else {