diff options
author | 2001-01-10 21:41:54 +0000 | |
---|---|---|
committer | 2001-01-10 21:41:54 +0000 | |
commit | 3283e1b781e8809f9e823dedefea9465e3a3b7eb (patch) | |
tree | 4cd424838643d3d1fb8e4ca9c1400c180b07e2b5 | |
parent | Get logging priorities right. (diff) | |
download | wireguard-openbsd-3283e1b781e8809f9e823dedefea9465e3a3b7eb.tar.xz wireguard-openbsd-3283e1b781e8809f9e823dedefea9465e3a3b7eb.zip |
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. |