diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 03:02:19 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-07-30 03:02:19 +0000 |
commit | b601f68cda9187ed77d21eb46126fc83ba0bd14b (patch) | |
tree | 8c5f209ad3bcaa1bd4ccae479e2634d159037936 /cli-auth.c | |
parent | bf785cbcec2857110a70fa0f86db7afd83f58e05 (diff) |
we're nearly there yet
--HG--
extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576
Diffstat (limited to 'cli-auth.c')
-rw-r--r-- | cli-auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |