Mercurial > dropbear
diff common-session.c @ 22:c1e5d9195402
merge of abac2150ee4f4031a98016241fbd136d24fed127
and ffa047425729e478a5b49b1ab0f8ec71c08a1421
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 23 Jun 2004 07:14:16 +0000 |
parents | d7cc5b484a2e |
children | 469950e86d0f |
line wrap: on
line diff
--- a/common-session.c Mon Jun 07 11:36:07 2004 +0000 +++ b/common-session.c Wed Jun 23 07:14:16 2004 +0000 @@ -76,7 +76,7 @@ ses.payload = NULL; ses.recvseq = 0; - ses.expecting = SSH_MSG_KEXINIT; + ses.requirenext = SSH_MSG_KEXINIT; ses.dataallowed = 0; /* don't send data yet, we'll wait until after kex */ ses.ignorenext = 0; @@ -106,8 +106,12 @@ ses.dh_K = NULL; ses.remoteident = NULL; + ses.authdone = 0; + ses.chantypes = NULL; + ses.allowprivport = 0; + TRACE(("leave session_init")); }