GUACAMOLE-269: Don't abort on ttymode issue, just log a warning.
This commit is contained in:
parent
7453bc8f44
commit
dc1918b217
@ -303,7 +303,7 @@ void* ssh_client_thread(void* data) {
|
|||||||
int ttymodeBytes = guac_ssh_ttymodes_init(ssh_ttymodes,
|
int ttymodeBytes = guac_ssh_ttymodes_init(ssh_ttymodes,
|
||||||
GUAC_SSH_TTY_OP_VERASE, settings->backspace, GUAC_SSH_TTY_OP_END);
|
GUAC_SSH_TTY_OP_VERASE, settings->backspace, GUAC_SSH_TTY_OP_END);
|
||||||
if (ttymodeBytes < 1)
|
if (ttymodeBytes < 1)
|
||||||
guac_client_abort(client, GUAC_PROTOCOL_STATUS_SERVER_ERROR, "Unable to set TTY modes."
|
guac_client_log(client, GUAC_LOG_WARNING, "Unable to set TTY modes."
|
||||||
" Backspace may not work as expected.");
|
" Backspace may not work as expected.");
|
||||||
|
|
||||||
/* Request PTY */
|
/* Request PTY */
|
||||||
|
Loading…
Reference in New Issue
Block a user