svnno****@sourc*****
svnno****@sourc*****
2017年 3月 23日 (木) 21:54:48 JST
Revision: 6654 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6654 Author: doda Date: 2017-03-23 21:54:48 +0900 (Thu, 23 Mar 2017) Log Message: ----------- 不使用になった変数の削除漏れ対応 Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2017-03-23 09:06:27 UTC (rev 6653) +++ trunk/ttssh2/ttxssh/ssh.c 2017-03-23 12:54:48 UTC (rev 6654) @@ -9057,7 +9057,7 @@ buffer_t *agent_msg; int *agent_request_len; unsigned char *response; - int resplen, retval; + int resplen; req_len = get_uint32_MSBfirst(data);