diff options
Diffstat (limited to 'contrib/ipfilter/lib/printhashnode.c')
| -rw-r--r-- | contrib/ipfilter/lib/printhashnode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ipfilter/lib/printhashnode.c b/contrib/ipfilter/lib/printhashnode.c index b5eda15e0b93d..ed83c397b4c5a 100644 --- a/contrib/ipfilter/lib/printhashnode.c +++ b/contrib/ipfilter/lib/printhashnode.c @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /* - * Copyright (C) 2002 by Darren Reed. + * Copyright (C) 2002-2005 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. */ @@ -47,6 +47,7 @@ int opts; } putchar(';'); } + ipep = ipe.ipe_next; return ipep; } |
