mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove spurious printf
This commit is contained in:
parent
9e63574ea4
commit
ae89fdaba7
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue