summaryrefslogtreecommitdiff
path: root/sbin/ipf
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-06-24 05:37:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-06-24 05:37:36 +0000
commit4ffe3be467868fc773b57148fa50020993eb2e3f (patch)
tree61221e67af4996ed5000d2a43311d47f72017f96 /sbin/ipf
parent47e2899327412f54f556f729d4ddae5d2d5d72aa (diff)
Remove an errant line that got missed in the merge.
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ipf/parse.c b/sbin/ipf/parse.c
index a65c7261800..b9eef32bfd6 100644
--- a/sbin/ipf/parse.c
+++ b/sbin/ipf/parse.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.c,v 1.14 1997/06/23 17:20:31 kstailey Exp $ */
+/* $OpenBSD: parse.c,v 1.15 1997/06/24 05:37:35 millert Exp $ */
/*
* (C)opyright 1993-1996 by Darren Reed.
*
@@ -117,7 +117,6 @@ char *line;
*cpp + 12);
return NULL;
}
- fil.fr_icode = icode;
}
} else if (!strncasecmp(*(cpp+1), "return-rst", 10)) {
fil.fr_flags |= FR_RETRST;