summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 12:42:17 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 12:42:17 +0000
commitef4eea9badfb65f05ac24f786b710cc3f27f0e43 (patch)
treef54abef181ccd6ad5285a5c16b4c159d8b74e932 /packet.c
parentd2ddda4efab29fd8663757634773fa10e557e0f3 (diff)
- stevesk@cvs.openbsd.org 2001/02/04 08:32:27
[many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@
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}