diff options
author | bz <bz@FreeBSD.org> | 2012-07-29 00:44:41 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2012-07-29 00:44:41 +0000 |
commit | 1be989ea6c0bfb1693b364407dfede6481d6740b (patch) | |
tree | c39b869bcfdc3d4521f4ab7c7390e5ca0509e363 | |
parent | c000efe273f77afd81bc54a9648d0bbfc5e34ac1 (diff) | |
download | FreeBSD-src-1be989ea6c0bfb1693b364407dfede6481d6740b.zip FreeBSD-src-1be989ea6c0bfb1693b364407dfede6481d6740b.tar.gz |
Fix a comment that we do not have an SA yet but need to acquire one.
MFC after: 3 days
-rw-r--r-- | sys/netinet6/ip6_ipsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_ipsec.c b/sys/netinet6/ip6_ipsec.c index 757f1cc..a0f81c4 100644 --- a/sys/netinet6/ip6_ipsec.c +++ b/sys/netinet6/ip6_ipsec.c @@ -263,7 +263,7 @@ ip6_ipsec_output(struct mbuf **m, struct inpcb *inp, int *flags, int *error, 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. |