Mercurial > dropbear
comparison common-session.c @ 242:3311f4aa52cb
merge of da30137eaac417f50a323f9ddd29999ec21261e0
and fb45ddf51e20f0ff007eb8abc737de3c024f45cc
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 05 Sep 2005 15:16:52 +0000 |
parents | c5d3ef11155f 581f81e8c50c |
children | 7f9adaf85fca |
comparison
equal
deleted
inserted
replaced
241:c5d3ef11155f | 242:3311f4aa52cb |
---|---|
60 ses.maxfd = sock; | 60 ses.maxfd = sock; |
61 | 61 |
62 ses.connecttimeout = 0; | 62 ses.connecttimeout = 0; |
63 | 63 |
64 kexfirstinitialise(); /* initialise the kex state */ | 64 kexfirstinitialise(); /* initialise the kex state */ |
65 chaninitialise(); /* initialise the channel state */ | |
66 | 65 |
67 ses.writepayload = buf_new(MAX_TRANS_PAYLOAD_LEN); | 66 ses.writepayload = buf_new(MAX_TRANS_PAYLOAD_LEN); |
68 ses.transseq = 0; | 67 ses.transseq = 0; |
69 | 68 |
70 ses.readbuf = NULL; | 69 ses.readbuf = NULL; |