summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-08-13 19:13:23 +0000
committerphk <phk@FreeBSD.org>2002-08-13 19:13:23 +0000
commit88ea06b67f27075a540373ebbc3be0214e8044ee (patch)
tree5e919dd36509147fd85976722e2ae7082b4a1115 /sys/netinet/ip_fw2.c
parent6dce2e7eff44abde5af8dc5ee18ca69ee0a491b1 (diff)
downloadFreeBSD-src-88ea06b67f27075a540373ebbc3be0214e8044ee.zip
FreeBSD-src-88ea06b67f27075a540373ebbc3be0214e8044ee.tar.gz
remove spurious printf
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-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 fbd8e59..5f86a7c 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) {
OpenPOWER on IntegriCloud