aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-06-12 20:03:26 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-06-12 20:03:26 +0000
commit6b1214b0fc0091945aa399405126d0a51f6f4ae6 (patch)
tree28656216e17080d2d83b4baf4c8d042de009bb68 /sys/netinet
parentfc882c32be39d16b7ed0e2f0dd247934e5382203 (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_fw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index c85b77ce5663..71b20b710ebb 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.87 1998/06/06 19:39:08 julian Exp $
+ * $Id: ip_fw.c,v 1.88 1998/06/06 20:45:26 julian Exp $
*/
/*
@@ -1117,7 +1117,7 @@ ip_fw_init(void)
default_rule.fw_flg |= IP_FW_F_IN | IP_FW_F_OUT;
if (check_ipfw_struct(&default_rule) == NULL ||
add_entry(&ip_fw_chain, &default_rule))
- panic(__FUNCTION__);
+ panic("ip_fw_init");
printf("IP packet filtering initialized, "
#ifdef IPDIVERT