소스 검색

Bug 1405: SFTP/SCP sessions cannot be connected to over proxy

https://winscp.net/tracker/1405

Source commit: cae84d4ac72e0562cfdd0df810ecac45fd3d44f2
Martin Prikryl 9 년 전
부모
커밋
a59242e840
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      source/core/SecureShell.cpp

+ 1 - 0
source/core/SecureShell.cpp

@@ -343,6 +343,7 @@ Conf * __fastcall TSecureShell::StoreToConfig(TSessionData * Data, bool Simple)
   {
     conf_set_int_int(conf, CONF_ssh_gsslist, Index, gsslibkeywords[Index].v);
   }
+  conf_set_int(conf, CONF_proxy_log_to_term, FORCE_OFF);
   return conf;
 }
 //---------------------------------------------------------------------------