Develop and Download Open Source Software

Browse Subversion Repository

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

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

revision 3108 by maya, Tue Feb 12 23:11:49 2008 UTC revision 3113 by maya, Sat Feb 16 11:26:57 2008 UTC
# Line 240  static void init_auth_dlg(PTInstVar pvar Line 240  static void init_auth_dlg(PTInstVar pvar
240                  /* we disabled the password control, so fix the focus */                  /* we disabled the password control, so fix the focus */
241                  SetFocus(GetDlgItem(dlg, IDC_SSHUSETIS));                  SetFocus(GetDlgItem(dlg, IDC_SSHUSETIS));
242          }          }
243            else if (default_method == SSH_AUTH_PAGEANT) {
244                    SetFocus(GetDlgItem(dlg, IDC_SSHUSEPAGEANT));
245            }
246    
247          if (pvar->auth_state.user != NULL) {          if (pvar->auth_state.user != NULL) {
248                  SetDlgItemText(dlg, IDC_SSHUSERNAME, pvar->auth_state.user);                  SetDlgItemText(dlg, IDC_SSHUSERNAME, pvar->auth_state.user);

Legend:
Removed from v.3108  
changed lines
  Added in v.3113

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