Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 05:30:02 -0700 (PDT)
From:      Alexander Langer <alex@big.endian.de>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/18830: add IP_FW_GETRULE to ipfw, in order to get single rules
Message-ID:  <200005261230.FAA27658@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/18830; it has been noted by GNATS.

From: Alexander Langer <alex@big.endian.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: kern/18830: add IP_FW_GETRULE to ipfw, in order to get single rules
Date: Fri, 26 May 2000 14:21:16 +0200

 Thus spake alex@big.endian.de (alex@big.endian.de):
 
 > +		if (!(fcp || fcp->rule)) {
 > +			error = EINVAL;
 > +			break;
 > +		}
 
 Of _course_, that must be !(fcp && fcp->rule)
 
 (urks, boolean logic...)
 
 Alex
 
 -- 
 I need a new ~/.sig.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005261230.FAA27658>