diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2013-06-18 17:17:23 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2013-06-18 17:17:23 +0200 |
| commit | 6dae8baefce003ac5bf0696a75cf71857a704fa5 (patch) | |
| tree | 460df58e5280cdb0c9bb8ba4a923322d08bf5d8b /src/packet1.c | |
| parent | 94a8c30feb8ebd9bccf13834e2a2b38ba411a7e6 (diff) | |
| download | libssh-6dae8baefce003ac5bf0696a75cf71857a704fa5.tar.gz libssh-6dae8baefce003ac5bf0696a75cf71857a704fa5.tar.xz libssh-6dae8baefce003ac5bf0696a75cf71857a704fa5.zip | |
src: Add fall trough comments.
Diffstat (limited to 'src/packet1.c')
| -rw-r--r-- | src/packet1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet1.c b/src/packet1.c index 87c7883a..56bfb346 100644 --- a/src/packet1.c +++ b/src/packet1.c @@ -144,6 +144,7 @@ int ssh_packet_socket_callback1(const void *data, size_t receivedlen, void *user session->in_packet.len = len; session->packet_state = PACKET_STATE_SIZEREAD; + /* FALL THROUGH */ case PACKET_STATE_SIZEREAD: len = session->in_packet.len; /* SSH-1 has a fixed padding lenght */ |
