diff svr-chansession.c @ 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 1f5ec029dfe8
children d6b8815a9b5e
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) {