Skip to content

Commit e72022a

Browse files
Fix DoChannelOpenConf
1 parent 9c8b4e8 commit e72022a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/internal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8816,6 +8816,8 @@ static int DoChannelOpenConf(WOLFSSH* ssh,
88168816
ret = GetUint32(&peerMaxPacketSz, buf, len, &begin);
88178817

88188818
if (ret == WS_SUCCESS) {
8819+
*idx = begin;
8820+
88198821
WLOG(WS_LOG_INFO, " channelId = %u", channelId);
88208822
WLOG(WS_LOG_INFO, " peerChannelId = %u", peerChannelId);
88218823
WLOG(WS_LOG_INFO, " peerInitialWindowSz = %u", peerInitialWindowSz);

0 commit comments

Comments
 (0)