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 3119 by yutakapon, Sun Mar 2 10:59:24 2008 UTC revision 3124 by yutakapon, Thu Mar 20 14:31:38 2008 UTC
# Line 7647  static unsigned __stdcall ssh_scp_thread Line 7647  static unsigned __stdcall ssh_scp_thread
7647          } while (ret <= sizeof(buf));          } while (ret <= sizeof(buf));
7648    
7649          // eof          // eof
7650            c->scp.state = SCP_DATA;
7651    
7652          buf[0] = '\0';          buf[0] = '\0';
7653          parm.buf = buf;          parm.buf = buf;
7654          parm.buflen = 1;          parm.buflen = 1;
# Line 7656  static unsigned __stdcall ssh_scp_thread Line 7658  static unsigned __stdcall ssh_scp_thread
7658    
7659          ShowWindow(hWnd, SW_HIDE);          ShowWindow(hWnd, SW_HIDE);
7660    
         c->scp.state = SCP_DATA;  
7661          return 0;          return 0;
7662    
7663  cancel_abort:  cancel_abort:

Legend:
Removed from v.3119  
changed lines
  Added in v.3124

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