projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085e79c
)
fix count of incompressible packets
author
Paul Mackerras
<paulus@samba.org>
Mon, 1 Jul 1996 01:02:22 +0000
(
01:02
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 1 Jul 1996 01:02:22 +0000
(
01:02
+0000)
netbsd-1.1/bsd-comp.c
patch
|
blob
|
history
diff --git
a/netbsd-1.1/bsd-comp.c
b/netbsd-1.1/bsd-comp.c
index a5715e4897597ac5f232620e8cee71188e504c48..6ed8b2a52bec3af714e52bd3d28afc458e551b45 100644
(file)
--- a/
netbsd-1.1/bsd-comp.c
+++ b/
netbsd-1.1/bsd-comp.c
@@
-1,4
+1,4
@@
-/* $Id: bsd-comp.c,v 1.
3 1996/04/04 02:48:56
paulus Exp $ */
+/* $Id: bsd-comp.c,v 1.
4 1996/07/01 01:02:22
paulus Exp $ */
/* Because this code is derived from the 4.3BSD compress source:
*
@@
-714,7
+714,6
@@
bsd_incomp(state, dmsg)
if (ent < 0x21 || ent > 0xf9)
return;
- db->incomp_count++;
db->seqno++;
ilen = 1; /* count the protocol as 1 byte */
rptr += PPP_HDRLEN;