comparison cli-session.c @ 726:78eda530c000

send out our kexinit packet before blocking to read the SSH version string
author Matt Johnston <matt@ucc.asn.au>
date Sun, 31 Mar 2013 00:40:00 +0800
parents 983a817f8e41
children 00bc3df3a9c3 cd201dc2da9a
comparison
equal deleted inserted replaced
725:49f68a7b7a55 726:78eda530c000
97 97
98 /* Ready to go */ 98 /* Ready to go */
99 sessinitdone = 1; 99 sessinitdone = 1;
100 100
101 /* Exchange identification */ 101 /* Exchange identification */
102 session_identification(); 102 send_session_identification();
103 103
104 send_msg_kexinit(); 104 send_msg_kexinit();
105 105
106 session_loop(cli_sessionloop); 106 session_loop(cli_sessionloop);
107 107