summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-12-26 20:24:07 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-12-26 20:24:07 +0100
commit682ed1812364bd42fef6f331486c5d8f5a72ef21 (patch)
tree592c5164a0cd93b1a0572f1cc3f3e229a7a1fec9 /include/libssh/session.h
parent3aae59c224ff682114fc6bc77462b939af54da5b (diff)
downloadlibssh-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.h2
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,