diff process-packet.c @ 454:7e43f5e473b9

- Add -K keepalive flag for dropbear and dbclient - Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Aug 2007 15:12:06 +0000
parents 695413c59b6a
children 6cd2152aae0b a3748e54273c
line wrap: on
line diff
--- a/process-packet.c	Sat Jul 28 08:59:24 2007 +0000
+++ b/process-packet.c	Wed Aug 08 15:12:06 2007 +0000
@@ -56,8 +56,8 @@
 	switch(type) {
 
 		case SSH_MSG_IGNORE:
+			goto out;
 		case SSH_MSG_DEBUG:
-			TRACE(("received SSH_MSG_IGNORE or SSH_MSG_DEBUG"))
 			goto out;
 
 		case SSH_MSG_UNIMPLEMENTED: