summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
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 c85b77c..71b20b7 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
OpenPOWER on IntegriCloud