From owner-cvs-all@FreeBSD.ORG Thu Nov 30 18:55:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD6BC16A501; Thu, 30 Nov 2006 18:55:37 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E564543C9D; Thu, 30 Nov 2006 18:55:27 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAUItbnN031037; Thu, 30 Nov 2006 18:55:37 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAUItbWD031029; Thu, 30 Nov 2006 18:55:37 GMT (envelope-from mlaier) Message-Id: <200611301855.kAUItbWD031029@repoman.freebsd.org> From: Max Laier Date: Thu, 30 Nov 2006 18:55:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/pf/pfctl pfctl_altq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 18:55:37 -0000 mlaier 2006-11-30 18:55:36 UTC FreeBSD src repository Modified files: contrib/pf/pfctl pfctl_altq.c Log: From OpenBSD, rev. 1.91: fix servicecurve check; no point in checking the same sc three times, it was obviously intended to check all three. has been wrong since the beginning, 4 years... noticed by Earl Lapus , Vasil Dimov mailed me then, ok mcbride MFC after: 3 days Revision Changes Path 1.8 +3 -2 src/contrib/pf/pfctl/pfctl_altq.c