[Ttssh2-commit] [8085] 前回のオプション指定(/nosecuritywarning)が残らないように初期化する。

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 9月 7日 (土) 20:26:53 JST


Revision: 8085
          https://osdn.net/projects/ttssh2/scm/svn/commits/8085
Author:   yutakapon
Date:     2019-09-07 20:26:53 +0900 (Sat, 07 Sep 2019)
Log Message:
-----------
前回のオプション指定(/nosecuritywarning)が残らないように初期化する。

Modified Paths:
--------------
    branches/ttssh_improved/ttssh2/ttxssh/hosts.c

-------------- next part --------------
Modified: branches/ttssh_improved/ttssh2/ttxssh/hosts.c
===================================================================
--- branches/ttssh_improved/ttssh2/ttxssh/hosts.c	2019-09-07 10:37:46 UTC (rev 8084)
+++ branches/ttssh_improved/ttssh2/ttxssh/hosts.c	2019-09-07 11:26:53 UTC (rev 8085)
@@ -112,6 +112,11 @@
 	key_init(&pvar->hosts_state.hostkey);
 	pvar->hosts_state.hosts_dialog = NULL;
 	pvar->hosts_state.file_names = NULL;
+
+	/*
+	 * \x91O\x89\xF1\x82̃I\x83v\x83V\x83\x87\x83\x93\x8Ew\x92\xE8(/nosecuritywarning)\x82\xAA\x8Ec\x82\xE7\x82Ȃ\xA2\x82悤\x82ɏ\x89\x8A\x{227B0B5}\x82Ă\xA8\x82\xAD\x81B
+	 */
+	pvar->nocheck_known_hosts = FALSE;
 }
 
 void HOSTS_open(PTInstVar pvar)


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