diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 2006-08-16 11:51:32 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 2006-08-16 11:51:32 +0000 |
| commit | 4e39c44e098b5b1cd335a424201f3dec049c4f73 (patch) | |
| tree | e49755bc5470450d9acf44918f68b5acd3915e51 /contrib/ipfilter/samples | |
| parent | e246b3be6fb350a2d317fb6a37b61764c7d3a70e (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/samples')
| -rw-r--r-- | contrib/ipfilter/samples/proxy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ipfilter/samples/proxy.c b/contrib/ipfilter/samples/proxy.c index 3a3d039ea964a..f2063ecde8138 100644 --- a/contrib/ipfilter/samples/proxy.c +++ b/contrib/ipfilter/samples/proxy.c @@ -55,7 +55,6 @@ char *argv[]; struct sockaddr_in sin, sloc, sout; ipfobj_t obj; natlookup_t natlook; - natlookup_t *natlookp = &natlook; char buffer[512]; int namelen, fd, n; |
