Skip to content
Snippets Groups Projects
Commit 719b47e3 authored by Matt Johnston's avatar Matt Johnston
Browse files

send success message for successful window change request

--HG--
extra : convert_revision : 2a6c9eb6a9c0f8a0b7b479aaf075c8a195339fcd
parent d57a5640
Branches
Tags
No related merge requests found
......@@ -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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment