From f0973805ded940d69e90582285bfd98023430c1b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 Jul 1996 01:02:22 +0000 Subject: [PATCH] fix count of incompressible packets --- netbsd-1.1/bsd-comp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2