Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/auth.c
Parent Directory
| Revision Log
| Patch
| 267 |
EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAME), FALSE); |
EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAME), FALSE); |
| 268 |
EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAMELABEL), FALSE); |
EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAMELABEL), FALSE); |
| 269 |
} |
} |
| 270 |
if (strlen(pvar->ssh2_username) > 0) { |
else if (strlen(pvar->ssh2_username) > 0) { |
| 271 |
SetDlgItemText(dlg, IDC_SSHUSERNAME, pvar->ssh2_username); |
SetDlgItemText(dlg, IDC_SSHUSERNAME, pvar->ssh2_username); |
| 272 |
if (pvar->ssh2_autologin == 1) { |
if (pvar->ssh2_autologin == 1) { |
| 273 |
EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAME), FALSE); |
EnableWindow(GetDlgItem(dlg, IDC_SSHUSERNAME), FALSE); |
|
|
Legend:
| Removed from v.4649 |
|
| changed lines |
| |
Added in v.4759 |
|
|
| |