Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1141 |
SendMessage(GetDlgItem(dlg, IDC_HISTORY), BM_SETCHECK, BST_UNCHECKED, 0); |
SendMessage(GetDlgItem(dlg, IDC_HISTORY), BM_SETCHECK, BST_UNCHECKED, 0); |
| 1142 |
} |
} |
| 1143 |
|
|
| 1144 |
if (GetHNRec->PortType == IdFile) |
// ファイルおよび名前付きパイプの場合、TCP/IP扱いとする。 |
| 1145 |
|
if (GetHNRec->PortType == IdFile || |
| 1146 |
|
GetHNRec->PortType == IdNamedPipe |
| 1147 |
|
) |
| 1148 |
GetHNRec->PortType = IdTCPIP; |
GetHNRec->PortType = IdTCPIP; |
| 1149 |
|
|
| 1150 |
strncpy_s(EntName, sizeof(EntName), "Host", _TRUNCATE); |
strncpy_s(EntName, sizeof(EntName), "Host", _TRUNCATE); |
|
|
Legend:
| Removed from v.4653 |
|
| changed lines |
| |
Added in v.4860 |
|
|
| |