=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- src/usr.bin/ssh/packet.c 2001/02/04 13:30:12 1.47 +++ src/usr.bin/ssh/packet.c 2001/02/04 15:32:24 1.48 @@ -37,7 +37,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: packet.c,v 1.47 2001/02/04 13:30:12 stevesk Exp $"); +RCSID("$OpenBSD: packet.c,v 1.48 2001/02/04 15:32:24 stevesk Exp $"); #include "xmalloc.h" #include "buffer.h" @@ -988,7 +988,7 @@ default: return type; break; - } + } } else { switch(type) { case SSH_MSG_IGNORE: @@ -1010,7 +1010,7 @@ DBG(debug("received packet type %d", type)); return type; break; - } + } } } }