From: kstailey Date: Wed, 26 Feb 1997 15:05:36 +0000 (+0000) Subject: post 1.3.8 patches X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=37fc5cacb5005dacda2f6938536a95709c937864;p=openbsd post 1.3.8 patches --- 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++; }