]> git.ozlabs.org Git - ppp.git/commitdiff
fix count of incompressible packets
authorPaul Mackerras <paulus@samba.org>
Mon, 1 Jul 1996 01:02:22 +0000 (01:02 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 1 Jul 1996 01:02:22 +0000 (01:02 +0000)
netbsd-1.1/bsd-comp.c

index a5715e4897597ac5f232620e8cee71188e504c48..6ed8b2a52bec3af714e52bd3d28afc458e551b45 100644 (file)
@@ -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:
  *
 
 /* 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;
 
     if (ent < 0x21 || ent > 0xf9)
        return;
 
-    db->incomp_count++;
     db->seqno++;
     ilen = 1;          /* count the protocol as 1 byte */
     rptr += PPP_HDRLEN;
     db->seqno++;
     ilen = 1;          /* count the protocol as 1 byte */
     rptr += PPP_HDRLEN;