fix for fall through use

pull/315/head
Jacob Barthelmeh 2021-01-28 02:29:50 +07:00
parent 982f3a7500
commit 48aababf8b
1 changed files with 1 additions and 1 deletions

View File

@ -1615,7 +1615,7 @@ int wolfSSH_SendPacket(WOLFSSH* ssh)
case WS_CBIO_ERR_GENERAL:
ShrinkBuffer(&ssh->outputBuffer, 1);
FALL_THROUGH
FALL_THROUGH;
}
return WS_SOCKET_ERROR_E;
}