Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 787 |
{ |
{ |
| 788 |
if (pvar->settings.Enabled) { |
if (pvar->settings.Enabled) { |
| 789 |
// TCPLocalEcho/TCPCRSend を無効にする (maya 2007.4.25) |
// TCPLocalEcho/TCPCRSend を無効にする (maya 2007.4.25) |
| 790 |
|
pvar->origDisableTCPEchoCR = pvar->ts->DisableTCPEchoCR; |
| 791 |
pvar->ts->DisableTCPEchoCR = TRUE; |
pvar->ts->DisableTCPEchoCR = TRUE; |
| 792 |
|
|
| 793 |
pvar->session_settings = pvar->settings; |
pvar->session_settings = pvar->settings; |
| 837 |
*hooks->Psend = pvar->Psend; |
*hooks->Psend = pvar->Psend; |
| 838 |
*hooks->PWSAAsyncSelect = pvar->PWSAAsyncSelect; |
*hooks->PWSAAsyncSelect = pvar->PWSAAsyncSelect; |
| 839 |
*hooks->Pconnect = pvar->Pconnect; |
*hooks->Pconnect = pvar->Pconnect; |
| 840 |
|
|
| 841 |
|
pvar->ts->DisableTCPEchoCR = pvar->origDisableTCPEchoCR; |
| 842 |
} |
} |
| 843 |
|
|
| 844 |
uninit_TTSSH(pvar); |
uninit_TTSSH(pvar); |
|
|
Legend:
| Removed from v.3541 |
|
| changed lines |
| |
Added in v.3579 |
|
|
|