summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet.c b/packet.c
index 441f87ac0..32d797122 100644
--- a/packet.c
+++ b/packet.c
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.73 2001/12/05 03:56:39 itojun Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.74 2001/12/05 10:06:12 deraadt Exp $");
41 41
42#include "xmalloc.h" 42#include "xmalloc.h"
43#include "buffer.h" 43#include "buffer.h"
@@ -900,7 +900,7 @@ packet_read_poll(int *payload_len_ptr)
900 type = packet_read_poll2(payload_len_ptr); 900 type = packet_read_poll2(payload_len_ptr);
901 if (type) 901 if (type)
902 DBG(debug("received packet type %d", type)); 902 DBG(debug("received packet type %d", type));
903 switch(type) { 903 switch (type) {
904 case SSH2_MSG_IGNORE: 904 case SSH2_MSG_IGNORE:
905 break; 905 break;
906 case SSH2_MSG_DEBUG: 906 case SSH2_MSG_DEBUG:
@@ -925,7 +925,7 @@ packet_read_poll(int *payload_len_ptr)
925 } 925 }
926 } else { 926 } else {
927 type = packet_read_poll1(payload_len_ptr); 927 type = packet_read_poll1(payload_len_ptr);
928 switch(type) { 928 switch (type) {
929 case SSH_MSG_IGNORE: 929 case SSH_MSG_IGNORE:
930 break; 930 break;
931 case SSH_MSG_DEBUG: 931 case SSH_MSG_DEBUG: