diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2014-12-11 19:20:13 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2014-12-11 19:20:13 +0000 |
| commit | 44eb8bbe7b7462c537ebe8aa05c20c7c9093098b (patch) | |
| tree | 034f0f6c79379e9c31a2b9b39c6d598ff9853e39 /sys/netinet6/udp6_usrreq.c | |
| parent | 49ada98eac0b9704ab5b6f557c40124e3b2360f3 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
| -rw-r--r-- | sys/netinet6/udp6_usrreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 2b07b8e63fd9b..30089d2feaf6f 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -158,7 +158,6 @@ udp6_append(struct inpcb *inp, struct mbuf *n, int off, /* Check AH/ESP integrity. */ if (ipsec6_in_reject(n, inp)) { m_freem(n); - IPSEC6STAT_INC(ips_in_polvio); return; } #endif /* IPSEC */ |
