mirror of
https://github.com/clearml/dropbear
synced 2025-04-08 14:45:41 +00:00
send success message for successful window change request
--HG-- extra : convert_revision : 2a6c9eb6a9c0f8a0b7b479aaf075c8a195339fcd
This commit is contained in:
parent
d57a56407b
commit
719b47e3aa
@ -410,7 +410,7 @@ static int sessionwinchange(struct ChanSess *chansess) {
|
||||
|
||||
pty_change_window_size(chansess->master, termr, termc, termw, termh);
|
||||
|
||||
return DROPBEAR_FAILURE;
|
||||
return DROPBEAR_SUCCESS;
|
||||
}
|
||||
|
||||
static void get_termmodes(struct ChanSess *chansess) {
|
||||
|
Loading…
Reference in New Issue
Block a user