Whoops, forgot one line in previous patch.

This commit is contained in:
Luigi Rizzo 1999-08-12 05:32:11 +00:00
parent 5cba8ccae5
commit e2bd328224
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49652

View File

@ -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)