1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

src: Add fall trough comments.

This commit is contained in:
Andreas Schneider
2013-06-18 17:17:23 +02:00
parent 94a8c30feb
commit 6dae8baefc
3 changed files with 3 additions and 0 deletions

View File

@@ -405,6 +405,7 @@ static void ssh_client_connection_callback(ssh_session session){
if (dh_handshake(session) == SSH_ERROR) {
goto error;
}
/* FALL THROUGH */
case SSH_SESSION_STATE_DH:
if(session->dh_handshake_state==DH_STATE_FINISHED){
set_status(session,1.0f);