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 3533 by maya, Tue Jun 23 04:36:04 2009 UTC revision 3538 by maya, Sat Jun 27 04:21:59 2009 UTC
# Line 1243  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 1243  static BOOL CALLBACK TTXHostDlg(HWND dlg
1243                                          GetHNRec->PortType = IdTCPIP;                                          GetHNRec->PortType = IdTCPIP;
1244                                          GetDlgItemText(dlg, IDC_HOSTNAME, GetHNRec->HostName,                                          GetDlgItemText(dlg, IDC_HOSTNAME, GetHNRec->HostName,
1245                                                         HostNameMaxLength);                                                         HostNameMaxLength);
1246    // TTXOpenTCP() で TelFlag を FALSE にしているので、そちらに任せる。
1247    #if 0
1248                                          GetHNRec->Telnet = FALSE;                                          GetHNRec->Telnet = FALSE;
1249    #endif
1250                                          pvar->hostdlg_activated = TRUE;                                          pvar->hostdlg_activated = TRUE;
1251                                          pvar->hostdlg_Enabled = FALSE;                                          pvar->hostdlg_Enabled = FALSE;
1252                                          if (IsDlgButtonChecked(dlg, IDC_HOSTTELNET)) {                                          if (IsDlgButtonChecked(dlg, IDC_HOSTTELNET)) {

Legend:
Removed from v.3533  
changed lines
  Added in v.3538

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