mirror of https://github.com/wolfSSL/wolfssh.git
Fix DoChannelOpenConf
parent
9c8b4e8a2c
commit
e72022acc0
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue