diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 1867b96f92a6..4f51b26c9a94 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -12,7 +12,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id: ip_fw.c,v 1.108 1999/04/20 14:29:59 peter Exp $ + * $Id: ip_fw.c,v 1.109 1999/04/24 13:23:48 dt Exp $ */ /* @@ -62,7 +62,7 @@ static int fw_verbose = 1; #else static int fw_verbose = 0; #endif -static int fw_one_pass = 0; /* XXX */ +static int fw_one_pass = 1 ; #ifdef IPFIREWALL_VERBOSE_LIMIT static int fw_verbose_limit = IPFIREWALL_VERBOSE_LIMIT; #else