From owner-cvs-src@FreeBSD.ORG Tue Apr 26 20:22:31 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA0816A4E2; Tue, 26 Apr 2005 20:22:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E3A43D62; Tue, 26 Apr 2005 20:22:31 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QKMVLp038475; Tue, 26 Apr 2005 20:22:31 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QKMVgi038474; Tue, 26 Apr 2005 20:22:31 GMT (envelope-from brooks) Message-Id: <200504262022.j3QKMVgi038474@repoman.freebsd.org> From: Brooks Davis Date: Tue, 26 Apr 2005 20:22:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:22:32 -0000 brooks 2005-04-26 20:22:31 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Fix a the previous commit. I wanted to remove the if and always run the body not remove both. Reported by: ceri Pointy hat: brooks Revision Changes Path 1.73 +1 -0 src/sbin/ipfw/ipfw2.c