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 3191 by maya, Thu Dec 18 05:21:55 2008 UTC revision 3192 by maya, Fri Dec 19 08:02:52 2008 UTC
# Line 7707  static BOOL handle_SSH2_open_confirm(PTI Line 7707  static BOOL handle_SSH2_open_confirm(PTI
7707          data += 4;          data += 4;
7708    
7709          c->remote_id = remote_id;          c->remote_id = remote_id;
7710          pvar->session_nego_status = 1;          if (c->self_id == pvar->shell_id) {
7711                    // 最初のチャネル以外でリセットしてはいけない (2008.12.19 maya)
7712                    pvar->session_nego_status = 1;
7713            }
7714    
7715          // remote window size          // remote window size
7716          c->remote_window = get_uint32_MSBfirst(data);          c->remote_window = get_uint32_MSBfirst(data);

Legend:
Removed from v.3191  
changed lines
  Added in v.3192

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