changeset 315:3eea61bd9993

send success message for successful window change request
author Matt Johnston <matt@ucc.asn.au>
date Mon, 27 Mar 2006 15:13:48 +0000
parents 36d21680a9d3
children 9916350d7d8b
files svr-chansession.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-chansession.c	Sun Mar 26 09:26:43 2006 +0000
+++ b/svr-chansession.c	Mon Mar 27 15:13:48 2006 +0000
@@ -410,7 +410,7 @@
 	
 	pty_change_window_size(chansess->master, termr, termc, termw, termh);
 
-	return DROPBEAR_FAILURE;
+	return DROPBEAR_SUCCESS;
 }
 
 static void get_termmodes(struct ChanSess *chansess) {