svnno****@sourc*****
svnno****@sourc*****
2011年 3月 8日 (火) 09:22:13 JST
Revision: 4373 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4373 Author: maya Date: 2011-03-08 09:22:12 +0900 (Tue, 08 Mar 2011) Log Message: ----------- 圧縮レベル 0 のときには KEX proposal で none だけを渡すようにした クライアントの proposal が優先されるので問題ないはずだが、define が変わってしまったときの念のため Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2011-03-07 14:11:06 UTC (rev 4372) +++ trunk/ttssh2/ttxssh/ssh.c 2011-03-08 00:22:12 UTC (rev 4373) @@ -4195,7 +4195,7 @@ } if (pvar->settings.CompressionLevel == 0) { - _snprintf_s(buf, sizeof(buf), _TRUNCATE, KEX_DEFAULT_COMP); + _snprintf_s(buf, sizeof(buf), _TRUNCATE, ssh_comps[COMP_NONE].name); } if (buf[0] != '\0') { myproposal[PROPOSAL_COMP_ALGS_CTOS] = buf; // Client To Server