diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-12-11 04:51:01 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-11 05:52:54 +0000 |
| commit | edcdd4f6445ad50c8f7c6e974d0216c5be9356d5 (patch) | |
| tree | f6f0630d52b13c7fbd6cc14a143d339cb8afea18 /contrib/ipfilter | |
| parent | 9018f7fa45c0bc66cfdd4496e695218be3d37a33 (diff) | |
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/lib/printfieldhdr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/ipfilter/lib/printfieldhdr.c b/contrib/ipfilter/lib/printfieldhdr.c index 3cc22a655a63..f796f6fed62f 100644 --- a/contrib/ipfilter/lib/printfieldhdr.c +++ b/contrib/ipfilter/lib/printfieldhdr.c @@ -16,10 +16,9 @@ printfieldhdr(words, field) { wordtab_t *w; char *s, *t; - int i; if (field->w_value == -2) { - for (i = 0, w = words; w->w_word != NULL; ) { + for (w = words; w->w_word != NULL; ) { if (w->w_value > 0) { printfieldhdr(words, w); w++; |
