diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-12-26 20:24:07 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-12-26 20:24:07 +0100 |
commit | 682ed1812364bd42fef6f331486c5d8f5a72ef21 (patch) | |
tree | 592c5164a0cd93b1a0572f1cc3f3e229a7a1fec9 /include/libssh/session.h | |
parent | 3aae59c224ff682114fc6bc77462b939af54da5b (diff) | |
download | libssh-682ed1812364bd42fef6f331486c5d8f5a72ef21.tar.gz libssh-682ed1812364bd42fef6f331486c5d8f5a72ef21.tar.xz libssh-682ed1812364bd42fef6f331486c5d8f5a72ef21.zip |
New packet handler for SSH_USERAUTH_BANNER
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r-- | include/libssh/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h index 5cf5af5..f4ed895 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -29,7 +29,7 @@ typedef struct ssh_kbdint_struct* ssh_kbdint; /* These are the different states a SSH session can be into its life */ enum ssh_session_state_e { - SSH_SESSION_STATE_NONE, + SSH_SESSION_STATE_NONE=0, SSH_SESSION_STATE_CONNECTING, SSH_SESSION_STATE_SOCKET_CONNECTED, SSH_SESSION_STATE_BANNER_RECEIVED, |