summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1999-08-12 05:32:11 +0000
committerluigi <luigi@FreeBSD.org>1999-08-12 05:32:11 +0000
commita97a8415d6f1d2725b828c835a6203a9dd704813 (patch)
treeab59d38e02f460b6955435b871aa043d634e89d4 /sbin
parenta0bc0fa7295b3634c98809db982b52340fe3784f (diff)
downloadFreeBSD-src-a97a8415d6f1d2725b828c835a6203a9dd704813.zip
FreeBSD-src-a97a8415d6f1d2725b828c835a6203a9dd704813.tar.gz
Whoops, forgot one line in previous patch.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index bbeddaf..611ffa1 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -20,7 +20,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: ipfw.c,v 1.72 1999/08/01 16:57:24 green Exp $";
+ "$Id: ipfw.c,v 1.73 1999/08/11 15:36:13 luigi Exp $";
#endif /* not lint */
@@ -1087,6 +1087,7 @@ add(ac,av)
/* we really store dont_match probability */
(long)rule.pipe_ptr = (long)((1 - d) * 0x7fffffff) ;
}
+ av += 2 ; ac -= 2 ;
}
if (ac == 0)
OpenPOWER on IntegriCloud