summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 53495b933..9ad87beb4 100644
--- a/packet.c
+++ b/packet.c
@@ -989,7 +989,7 @@ packet_read_poll(int *payload_len_ptr)
989 default: 989 default:
990 return type; 990 return type;
991 break; 991 break;
992 } 992 }
993 } else { 993 } else {
994 switch(type) { 994 switch(type) {
995 case SSH_MSG_IGNORE: 995 case SSH_MSG_IGNORE:
@@ -1011,7 +1011,7 @@ packet_read_poll(int *payload_len_ptr)
1011 DBG(debug("received packet type %d", type)); 1011 DBG(debug("received packet type %d", type));
1012 return type; 1012 return type;
1013 break; 1013 break;
1014 } 1014 }
1015 } 1015 }
1016 } 1016 }
1017} 1017}