From 37fc5cacb5005dacda2f6938536a95709c937864 Mon Sep 17 00:00:00 2001 From: kstailey Date: Wed, 26 Feb 1997 15:05:36 +0000 Subject: [PATCH] post 1.3.8 patches --- sbin/ipf/parse.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sbin/ipf/parse.c b/sbin/ipf/parse.c index c3f0a7ceb04..3cd8e2cabda 100644 --- 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++; } -- 2.20.1