From owner-svn-src-all@FreeBSD.ORG Tue Aug 28 12:56:29 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12121106566B; Tue, 28 Aug 2012 12:56:29 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F03948FC0C; Tue, 28 Aug 2012 12:56:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7SCuSWk070785; Tue, 28 Aug 2012 12:56:28 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7SCuSso070782; Tue, 28 Aug 2012 12:56:28 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201208281256.q7SCuSso070782@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 28 Aug 2012 12:56:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239777 - stable/8/sys/netinet6 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2012 12:56:29 -0000 Author: bz Date: Tue Aug 28 12:56:28 2012 New Revision: 239777 URL: http://svn.freebsd.org/changeset/base/239777 Log: MFC r238877: Fix a comment that we do not have an SA yet but need to acquire one. Modified: stable/8/sys/netinet6/ip6_ipsec.c Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/sys/netinet6/ip6_ipsec.c ============================================================================== --- stable/8/sys/netinet6/ip6_ipsec.c Tue Aug 28 12:56:23 2012 (r239776) +++ stable/8/sys/netinet6/ip6_ipsec.c Tue Aug 28 12:56:28 2012 (r239777) @@ -261,7 +261,7 @@ ip6_ipsec_output(struct mbuf **m, struct mtag->m_tag_id != PACKET_TAG_IPSEC_OUT_CRYPTO_NEEDED) continue; /* - * Check if policy has an SA associated with it. + * Check if policy has no SA associated with it. * This can happen when an SP has yet to acquire * an SA; e.g. on first reference. If it occurs, * then we let ipsec4_process_packet do its thing.