Fix DoUserAuthBanner()

pull/937/head
Yosuke Shimizu 2026-04-20 16:33:46 +09:00
parent 8643d7be84
commit c3c51530e1
1 changed files with 1 additions and 1 deletions

View File

@ -8514,7 +8514,7 @@ static int DoUserAuthBanner(WOLFSSH* ssh, byte* buf, word32 len, word32* idx)
ret = GetString(banner, &bannerSz, buf, len, idx);
if (ret == WS_SUCCESS)
ret = GetSize(&bannerSz, buf, len, idx);
ret = GetSkip(buf, len, idx);
if (ret == WS_SUCCESS) {
if (ssh->ctx->showBanner) {