[Ttssh2-commit] [5823] typo fix

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 3月 13日 (金) 17:43:05 JST


Revision: 5823
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5823
Author:   maya
Date:     2015-03-13 17:43:03 +0900 (Fri, 13 Mar 2015)
Log Message:
-----------
typo fix

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ssh.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ssh.c	2015-03-11 16:07:53 UTC (rev 5822)
+++ trunk/ttssh2/ttxssh/ssh.c	2015-03-13 08:43:03 UTC (rev 5823)
@@ -5402,7 +5402,7 @@
 
 	hostkey = key_from_blob(data, bloblen);
 	if (hostkey == NULL) {
-		emsg = "key_from_blob error @ handle_SSH2_dh_gex_reply()";
+		emsg = "key_from_blob error @ handle_SSH2_dh_kex_reply()";
 		goto error;
 	}
 	data += bloblen;



Ttssh2-commit メーリングリストの案内
Back to archive index