artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27566b
)
post 1.3.8 patches
author
kstailey
<kstailey@openbsd.org>
Wed, 26 Feb 1997 15:05:36 +0000
(15:05 +0000)
committer
kstailey
<kstailey@openbsd.org>
Wed, 26 Feb 1997 15:05:36 +0000
(15:05 +0000)
sbin/ipf/parse.c
patch
|
blob
|
history
diff --git
a/sbin/ipf/parse.c
b/sbin/ipf/parse.c
index
c3f0a7c
..
3cd8e2c
100644
(file)
--- a/
sbin/ipf/parse.c
+++ b/
sbin/ipf/parse.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: parse.c,v 1.
9 1997/02/26 04:35:40 kstailey Exp $
*/
+/* $OpenBSD: parse.c,v 1.
10 1997/02/26 15:05:36 kstailey Exp $
*/
/*
* (C)opyright 1993-1996 by Darren Reed.
*
@@
-872,6
+872,9
@@
u_long optmsk, optbits;
(!secmsk && !secbits)) {
printf("%s%s", s, io->on_name);
s = ",";
+ if (io->on_value ==
+ IPOPT_SECURITY)
+ io++;
} else
io++;
}