diff options
| author | wangmenglan <[email protected]> | 2024-03-26 18:24:53 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-04-03 17:12:19 +0800 |
| commit | fc380a65c8589edac87bca7dede2217bc894c848 (patch) | |
| tree | 8729534c47d1dc64a1e5b6e42ac9826c5c0fbe27 /common/src/tfe_packet_io.cpp | |
| parent | 9efdf917a4b76d04d2ed0612c572b4877ed1a4b2 (diff) | |
TSG-20091 适配控制报文格式修改
Diffstat (limited to 'common/src/tfe_packet_io.cpp')
| -rw-r--r-- | common/src/tfe_packet_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/tfe_packet_io.cpp b/common/src/tfe_packet_io.cpp index 43195cd..b2d052d 100644 --- a/common/src/tfe_packet_io.cpp +++ b/common/src/tfe_packet_io.cpp @@ -1387,7 +1387,7 @@ static int handle_control_packet(struct packet_io *handle, marsio_buff_t *rx_buf struct ctrl_pkt_parser ctrl_parser; ctrl_packet_parser_init(&ctrl_parser); - if (ctrl_packet_parser_parse(&ctrl_parser, meta.raw_data + meta.l7offset, meta.raw_len - meta.l7offset, logger) == -1) + if (ctrl_packet_parser_parse(&ctrl_parser, meta.raw_data + meta.l7offset, meta.raw_len - meta.l7offset, logger, thread->ref_acceptor_ctx->debug) == -1) { TFE_LOG_ERROR(logger, "%s: unexpected control packet, metadata's session %lu unable to parse data", LOG_TAG_PKTIO, meta.session_id); return -1; |
