diff --git a/src/internal.c b/src/internal.c index 479ea62..f6f73d1 100644 --- a/src/internal.c +++ b/src/internal.c @@ -1634,7 +1634,6 @@ int wolfSSH_SendPacket(WOLFSSH* ssh) case WS_CBIO_ERR_GENERAL: ShrinkBuffer(&ssh->outputBuffer, 1); - FALL_THROUGH; } return WS_SOCKET_ERROR_E; }