aboutsummaryrefslogtreecommitdiff
path: root/libssh/client.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-01-24 21:03:03 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-01-24 21:03:03 +0100
commit758df265822928744ab20cec8e4929236b6b41e9 (patch)
tree42e10f836c0fbc57fb771f765caf616a69967777 /libssh/client.c
parent6ae558b5410c0ebec6d9e3147e3b6eb6f0430f72 (diff)
downloadlibssh-758df265822928744ab20cec8e4929236b6b41e9.tar.gz
libssh-758df265822928744ab20cec8e4929236b6b41e9.tar.xz
libssh-758df265822928744ab20cec8e4929236b6b41e9.zip
Made parts of SSH asynchronous (inc kex1)
Diffstat (limited to 'libssh/client.c')
-rw-r--r--libssh/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh/client.c b/libssh/client.c
index 60ebcac..70e60f2 100644
--- a/libssh/client.c
+++ b/libssh/client.c
@@ -601,7 +601,6 @@ void ssh_connection_callback(ssh_session session){
goto error;
set_status(session,0.6);
session->connected = 1;
- session->session_state=SSH_SESSION_STATE_AUTHENTICATING;
break;
}
#endif