From e72022acc03adb79952c8e8ae6992dc5722f87c3 Mon Sep 17 00:00:00 2001 From: Yosuke Shimizu Date: Wed, 15 Apr 2026 16:58:56 +0900 Subject: [PATCH] Fix DoChannelOpenConf --- src/internal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/internal.c b/src/internal.c index 1202d132e..60d1300f5 100644 --- a/src/internal.c +++ b/src/internal.c @@ -8816,6 +8816,8 @@ static int DoChannelOpenConf(WOLFSSH* ssh, ret = GetUint32(&peerMaxPacketSz, buf, len, &begin); if (ret == WS_SUCCESS) { + *idx = begin; + WLOG(WS_LOG_INFO, " channelId = %u", channelId); WLOG(WS_LOG_INFO, " peerChannelId = %u", peerChannelId); WLOG(WS_LOG_INFO, " peerInitialWindowSz = %u", peerInitialWindowSz);