we're nearly there yet

--HG--
extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576
This commit is contained in:
Matt Johnston
2004-07-30 03:02:19 +00:00
parent bf785cbcec
commit b601f68cda
6 changed files with 35 additions and 2 deletions

View File

@@ -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() {