Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7363 by doda, Tue Dec 25 05:46:12 2018 UTC revision 7365 by doda, Tue Dec 25 05:46:21 2018 UTC
# Line 6778  static BOOL handle_SSH2_userauth_success Line 6778  static BOOL handle_SSH2_userauth_success
6778          // ディスパッチルーチンの再設定          // ディスパッチルーチンの再設定
6779          do_SSH2_dispatch_setup_for_transfer(pvar);          do_SSH2_dispatch_setup_for_transfer(pvar);
6780    
6781          if (!pvar->nosession) {          if (pvar->nosession) {
6782                    // start forwarding
6783                    FWD_prep_forwarding(pvar);
6784                    FWD_enter_interactive_mode(pvar);
6785            }
6786            else {
6787                  // チャネル設定                  // チャネル設定
6788                  // FWD_prep_forwarding()でshell IDを使うので、先に設定を持ってくる。(2005.7.3 yutaka)                  // FWD_prep_forwarding()でshell IDを使うので、先に設定を持ってくる。(2005.7.3 yutaka)
6789                  // changed window size from 64KB to 32KB. (2006.3.6 yutaka)                  // changed window size from 64KB to 32KB. (2006.3.6 yutaka)

Legend:
Removed from v.7363  
changed lines
  Added in v.7365

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26