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 3538 by maya, Sat Jun 27 04:21:59 2009 UTC revision 3541 by doda, Sat Jun 27 07:50:29 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);
 // TTXOpenTCP() で TelFlag を FALSE にしているので、そちらに任せる。  
 #if 0  
                                         GetHNRec->Telnet = FALSE;  
 #endif  
1246                                          pvar->hostdlg_activated = TRUE;                                          pvar->hostdlg_activated = TRUE;
1247                                          pvar->hostdlg_Enabled = FALSE;                                          pvar->hostdlg_Enabled = FALSE;
1248                                          if (IsDlgButtonChecked(dlg, IDC_HOSTTELNET)) {                                          if (IsDlgButtonChecked(dlg, IDC_HOSTTELNET)) {
# Line 1263  static BOOL CALLBACK TTXHostDlg(HWND dlg Line 1259  static BOOL CALLBACK TTXHostDlg(HWND dlg
1259                                                          pvar->settings.ssh_protocol_version = 2;                                                          pvar->settings.ssh_protocol_version = 2;
1260                                                  }                                                  }
1261                                          }                                          }
1262                                            else {  // IDC_HOSTOTHER
1263                                                    GetHNRec->Telnet = FALSE;
1264                                            }
1265    
1266                                          // host history check button                                          // host history check button
1267                                          if (SendMessage(GetDlgItem(dlg, IDC_HISTORY), BM_GETCHECK, 0, 0) == BST_CHECKED) {                                          if (SendMessage(GetDlgItem(dlg, IDC_HISTORY), BM_GETCHECK, 0, 0) == BST_CHECKED) {

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

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