svnno****@sourc*****
svnno****@sourc*****
2011年 5月 30日 (月) 22:42:59 JST
Revision: 4477 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4477 Author: maya Date: 2011-05-30 22:42:59 +0900 (Mon, 30 May 2011) Log Message: ----------- ã³ã¡ã³ã追å Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2011-05-30 13:04:11 UTC (rev 4476) +++ trunk/ttssh2/ttxssh/ssh.c 2011-05-30 13:42:59 UTC (rev 4477) @@ -8063,6 +8063,9 @@ else if (c->type == TYPE_AGENT) { ssh2_channel_send_close(pvar, c); } + else { + // Ǥ·é̪³µ¢H + } return TRUE; }