Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
36:a600c015562d | 37:0913e2ee3545 |
---|---|
94 } | 94 } |
95 | 95 |
96 void recv_msg_userauth_success() { | 96 void recv_msg_userauth_success() { |
97 TRACE(("received msg_userauth_success")); | 97 TRACE(("received msg_userauth_success")); |
98 ses.authstate.authdone = 1; | 98 ses.authstate.authdone = 1; |
99 cli_ses.state = USERAUTH_SUCCESS_RCVD; | |
99 } | 100 } |
100 | 101 |
101 void cli_auth_try() { | 102 void cli_auth_try() { |
102 | 103 |
103 TRACE(("enter cli_auth_try")); | 104 TRACE(("enter cli_auth_try")); |