diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-05-23 14:38:59 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-05-23 14:38:59 +0000 |
| commit | 59c8837dfaffd49eaeb738c2ced23d91123f4e39 (patch) | |
| tree | 4da50d1889437a10460101a1010607d1ee46a6d3 /sys/contrib/ipfilter | |
| parent | 55b78354f62e862c7448354e29b14f43c28b1a6d (diff) | |
Notes
Diffstat (limited to 'sys/contrib/ipfilter')
| -rw-r--r-- | sys/contrib/ipfilter/netinet/ip_nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c index 6c2b12c51752..9ef170d57bae 100644 --- a/sys/contrib/ipfilter/netinet/ip_nat.c +++ b/sys/contrib/ipfilter/netinet/ip_nat.c @@ -1677,10 +1677,6 @@ ipf_nat_siocdelnat(softc, softn, n, getlock) ipnat_t *n; int getlock; { -#ifdef IPF_NAT6 - int i; -#endif - if (getlock) { WRITE_ENTER(&softc->ipf_nat); } |
