[Ttssh2-commit] [4319] typo fix.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 17日 (木) 23:38:29 JST


Revision: 4319
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4319
Author:   maya
Date:     2011-02-17 23:38:29 +0900 (Thu, 17 Feb 2011)

Log Message:
-----------
typo fix.

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


-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ssh.c	2011-02-17 14:37:01 UTC (rev 4318)
+++ trunk/ttssh2/ttxssh/ssh.c	2011-02-17 14:38:29 UTC (rev 4319)
@@ -4592,7 +4592,7 @@
 
 	_snprintf_s(buf, sizeof(buf), _TRUNCATE,
 	            "MAC algorithm client to server: %s",
-	            ssh2_macs[pvar->ctos_hmac]);
+	            ssh2_macs[pvar->ctos_hmac].name);
 	notify_verbose_message(pvar, buf, LOG_LEVEL_VERBOSE);
 
 	size = get_payload_uint32(pvar, offset);
@@ -4612,7 +4612,7 @@
 
 	_snprintf_s(buf, sizeof(buf), _TRUNCATE,
 	            "MAC algorithm server to client: %s",
-	            ssh2_macs[pvar->stoc_hmac]);
+	            ssh2_macs[pvar->stoc_hmac].name);
 	notify_verbose_message(pvar, buf, LOG_LEVEL_VERBOSE);
 
 	// ˆ³kƒAƒ‹ƒSƒŠƒYƒ€‚ÌŒˆ’è



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