summaryrefslogtreecommitdiffhomepage
path: root/cli-auth.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-07-30 03:02:19 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-07-30 03:02:19 +0000
commitb601f68cda9187ed77d21eb46126fc83ba0bd14b (patch)
tree8c5f209ad3bcaa1bd4ccae479e2634d159037936 /cli-auth.c
parentbf785cbcec2857110a70fa0f86db7afd83f58e05 (diff)
we're nearly there yet
--HG-- extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576
Diffstat (limited to 'cli-auth.c')
-rw-r--r--cli-auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-auth.c b/cli-auth.c
index 3759ff5..37e7814 100644
--- a/cli-auth.c
+++ b/cli-auth.c
@@ -96,6 +96,7 @@ void recv_msg_userauth_failure() {
void recv_msg_userauth_success() {
TRACE(("received msg_userauth_success"));
ses.authstate.authdone = 1;
+ cli_ses.state = USERAUTH_SUCCESS_RCVD;
}
void cli_auth_try() {