mirror of https://github.com/macssh/macssh.git
Add "Failed to retrieve authentication methods" dialog
This commit is contained in:
parent
8b4b98515a
commit
fd1000cfc8
|
@ -1560,6 +1560,7 @@ static Boolean ssh2_authentication_successful(LIBSSH2_SESSION *session, WindRec
|
|||
return true;
|
||||
} else {
|
||||
syslog(0, "Failed to retrieve authentication methods\n");
|
||||
SSH2ErrorDialog("Failed to retrieve authentication methods");
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue