From: Paul Mackerras Date: Mon, 1 Jul 1996 01:02:22 +0000 (+0000) Subject: fix count of incompressible packets X-Git-Tag: RELEASE_2_3_6~432 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=f0973805ded940d69e90582285bfd98023430c1b fix count of incompressible packets --- diff --git a/netbsd-1.1/bsd-comp.c b/netbsd-1.1/bsd-comp.c index a5715e4..6ed8b2a 100644 --- 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;