Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

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

revision 4653 by maya, Sat Sep 24 02:16:02 2011 UTC revision 4860 by yutakapon, Sat Mar 10 10:32:33 2012 UTC
# Line 1141  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 1141  static BOOL CALLBACK TTXHostDlg(HWND dlg
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

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