diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-10 21:41:55 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-01-10 21:41:55 +0000 |
commit | 5fb93f418d531e4ce75a5c09d4a3fa11f40cee09 (patch) | |
tree | 140a4b68e6409231b92f2b1109495943c6268ec3 | |
parent | 8b5e471207e05a28877cb15824786ecd58587f16 (diff) |
Fix comment.
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c index 12e77f656a9..fa343ed7d90 100644 --- a/sbin/isakmpd/pf_key_v2.c +++ b/sbin/isakmpd/pf_key_v2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.c,v 1.42 2001/01/05 19:30:37 angelos Exp $ */ +/* $OpenBSD: pf_key_v2.c,v 1.43 2001/01/10 21:41:54 angelos Exp $ */ /* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */ /* @@ -2008,7 +2008,8 @@ pf_key_v2_expire (struct pf_key_v2_msg *pmsg) if (life->sadb_lifetime_exttype == SADB_EXT_LIFETIME_HARD) { - /* This SA is still referenced by the software timeout. + /* + * This SA is still referenced by the software timeout. * However, sa_free will clean up all timeouts and * decrement reference counters. We need to reference it * so that sa_release() works. |