From owner-cvs-src@FreeBSD.ORG Fri Aug 22 05:32:08 2003 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 6BD9E16A4BF; Fri, 22 Aug 2003 05:32:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0564E43FCB; Fri, 22 Aug 2003 05:32:08 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7MCW70U005854; Fri, 22 Aug 2003 05:32:07 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7MCW7ws005853; Fri, 22 Aug 2003 05:32:07 -0700 (PDT) Message-Id: <200308221232.h7MCW7ws005853@repoman.freebsd.org> From: Robert Watson Date: Fri, 22 Aug 2003 05:32:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/security/mac_test mac_test.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: Fri, 22 Aug 2003 12:32:08 -0000 rwatson 2003/08/22 05:32:07 PDT FreeBSD src repository Modified files: sys/security/mac_test mac_test.c Log: Correct typo introduced during manual merge: hook up the reflect_tcp test to the reflect_tcp entry point, rather than the reflect_icmp entry point. Submitted by: naddy Revision Changes Path 1.31 +1 -1 src/sys/security/mac_test/mac_test.c