diff svr-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 167fdc091c05
children 70811267715c cd201dc2da9a
line wrap: on
line diff
--- a/svr-session.c	Sun Mar 24 00:02:20 2013 +0800
+++ b/svr-session.c	Sun Mar 31 00:40:00 2013 +0800
@@ -114,7 +114,7 @@
 	sessinitdone = 1;
 
 	/* exchange identification, version etc */
-	session_identification();
+	send_session_identification();
 
 	/* start off with key exchange */
 	send_msg_kexinit();