Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/comp.c

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

revision 9255 by nmaya, Wed May 19 14:11:26 2021 UTC revision 10949 by nmaya, Fri Sep 29 08:35:23 2023 UTC
# Line 96  void SSH2_update_compression_myproposal( Line 96  void SSH2_update_compression_myproposal(
96          int index;          int index;
97          int len, i;          int len, i;
98    
99          // 通信中には呼ばれないはずだが、念のため。(2006.6.26 maya)          // 通信中に呼ばれるということはキー再作成
100            // キー再作成の場合は何もしない
101          if (pvar->socket != INVALID_SOCKET) {          if (pvar->socket != INVALID_SOCKET) {
102                  return;                  return;
103          }          }

Legend:
Removed from v.9255  
changed lines
  Added in v.10949

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