patch-2.1.102 linux/net/ipv4/af_inet.c
Next file: linux/net/ipv4/arp.c
Previous file: linux/net/ipv4/Makefile
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu May 14 10:26:23 1998
- Orig file:
v2.1.101/linux/net/ipv4/af_inet.c
- Orig date:
Fri May 8 23:14:57 1998
diff -u --recursive --new-file v2.1.101/linux/net/ipv4/af_inet.c linux/net/ipv4/af_inet.c
@@ -5,7 +5,7 @@
*
* PF_INET protocol family socket handler.
*
- * Version: $Id: af_inet.c,v 1.72 1998/05/03 14:30:49 alan Exp $
+ * Version: $Id: af_inet.c,v 1.74 1998/05/08 21:06:24 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -1129,9 +1129,10 @@
/*
* Set the firewalling up
*/
-#if defined(CONFIG_IP_ACCT)||defined(CONFIG_IP_FIREWALL)
+#if defined(CONFIG_IP_FIREWALL)
ip_fw_init();
#endif
+
#ifdef CONFIG_IP_MASQUERADE
ip_masq_init();
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov