diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 00:41:15 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 00:41:15 +0800 |
commit | 32294978a32d666f771c5df324820c43bb733f55 (patch) | |
tree | d47cd7da09405c2fb0f6098d0545c52056f4a6e4 /svr-session.c | |
parent | 9c7485331a581d1ff32f9caf005e7b13fa1c051e (diff) | |
parent | a0e931005b6f9de407ba2ac5b5df9e34d4a7fb7e (diff) |
merge
--HG--
branch : kexguess
Diffstat (limited to 'svr-session.c')
-rw-r--r-- | svr-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-session.c b/svr-session.c index a564525..6d76939 100644 --- a/svr-session.c +++ b/svr-session.c @@ -113,7 +113,7 @@ void svr_session(int sock, int childpipe) { sessinitdone = 1; /* exchange identification, version etc */ - session_identification(); + send_session_identification(); /* start off with key exchange */ send_msg_kexinit(); |