diff svr-chansession.c @ 62:20563735e8b5

just checkpointing
author Matt Johnston <matt@ucc.asn.au>
date Tue, 10 Aug 2004 17:09:52 +0000
parents b4874d772210
children b0316ce64e4b
line wrap: on
line diff
--- a/svr-chansession.c	Mon Aug 09 08:18:37 2004 +0000
+++ b/svr-chansession.c	Tue Aug 10 17:09:52 2004 +0000
@@ -408,6 +408,8 @@
 	}
 
 	len = buf_getint(ses.payload);
+	TRACE(("term mode str %d p->l %d p->p %d", 
+				len, ses.payload->len , ses.payload->pos));
 	if (len != ses.payload->len - ses.payload->pos) {
 		dropbear_exit("bad term mode string");
 	}