[Ttssh2-commit] [4234] 設定に関係なく常に確認していたのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 19日 (日) 23:08:13 JST


Revision: 4234
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4234
Author:   doda
Date:     2010-12-19 23:08:13 +0900 (Sun, 19 Dec 2010)

Log Message:
-----------
設定に関係なく常に確認していたのを修正。

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


-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/fwd.c
===================================================================
--- trunk/ttssh2/ttxssh/fwd.c	2010-12-19 12:21:29 UTC (rev 4233)
+++ trunk/ttssh2/ttxssh/fwd.c	2010-12-19 14:08:13 UTC (rev 4234)
@@ -1918,7 +1918,6 @@
 BOOL FWD_agent_forward_confirm(PTInstVar pvar)
 {
 	HWND cur_active = GetActiveWindow();
-	pvar->session_settings.ForwardAgentConfirm = 1;
 	if (pvar->session_settings.ForwardAgentConfirm) {
 		UTIL_get_lang_msg("MSG_FWD_AGENT_FORWARDING_CONFIRM", pvar,
 		                  "Accept agent forwading request?");



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