aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-08-13 19:13:23 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-08-13 19:13:23 +0000
commitae89fdaba776cfc99a54f2ea699b52e0d7ee2759 (patch)
tree5e919dd36509147fd85976722e2ae7082b4a1115 /sys/netinet
parent9e63574ea40f7983eeb0feba6919441c38d920a2 (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index fbd8e59d0842f..5f86a7c4fe80e 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -1095,7 +1095,7 @@ send_pkt(struct ipfw_flow_id *id, u_int32_t seq, u_int32_t ack, int flags)
static void
send_reject(struct ip_fw_args *args, int code, int offset, int ip_len)
{
-printf("+++ send reject\n");
+
if (code != ICMP_REJECT_RST) /* Send an ICMP unreach */
icmp_error(args->m, ICMP_UNREACH, code, 0L, 0);
else if (offset == 0 && args->f_id.proto == IPPROTO_TCP) {