From b601f68cda9187ed77d21eb46126fc83ba0bd14b Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 30 Jul 2004 03:02:19 +0000 Subject: we're nearly there yet --HG-- extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576 --- cli-auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli-auth.c') 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() { -- cgit v1.2.3