Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/comp.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|