diff cli-auth.c @ 37:0913e2ee3545

we're nearly there yet
author Matt Johnston <matt@ucc.asn.au>
date Fri, 30 Jul 2004 03:02:19 +0000
parents 0ad5fb979f42
children b4874d772210
line wrap: on
line diff
--- a/cli-auth.c	Thu Jul 29 15:43:26 2004 +0000
+++ b/cli-auth.c	Fri Jul 30 03:02:19 2004 +0000
@@ -96,6 +96,7 @@
 void recv_msg_userauth_success() {
 	TRACE(("received msg_userauth_success"));
 	ses.authstate.authdone = 1;
+	cli_ses.state = USERAUTH_SUCCESS_RCVD;
 }
 
 void cli_auth_try() {