mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 14:15:58 -06:00
print note if connection cancelled
This commit is contained in:
parent
c97e080173
commit
4a1e15a849
1 changed files with 1 additions and 0 deletions
|
|
@ -718,6 +718,7 @@ int main(int argc, char** argv)
|
|||
EndUpdate(con.win);
|
||||
|
||||
if (!intro_dialog(hostname, username, password)) ok = 0;
|
||||
if (!ok) printf_i("Cancelled, not connecting.\n");
|
||||
|
||||
if (ok)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue