Fixed comments so it stays in 80 chars by line

with hard tabs of 8 chars....

Approved by:	gnn(mentor)
This commit is contained in:
VANHULLEBUS Yvan 2009-03-23 16:20:39 +00:00
parent 86780e2538
commit 485cf78203

View File

@ -4162,11 +4162,15 @@ key_flush_sad(time_t now)
now - sav->created > sav->lft_s->addtime) {
key_sa_chgstate(sav, SADB_SASTATE_DYING);
/*
* Actually, only send expire message if SA has been used, as it
* was done before, but should we always send such message, and let IKE
* daemon decide if it should be renegotiated or not ?
* XXX expire message will actually NOT be sent if SA is only used
* after soft lifetime has been reached, see below (DYING state)
* Actually, only send expire message if
* SA has been used, as it was done before,
* but should we always send such message,
* and let IKE daemon decide if it should be
* renegotiated or not ?
* XXX expire message will actually NOT be
* sent if SA is only used after soft
* lifetime has been reached, see below
* (DYING state)
*/
if (sav->lft_c->usetime != 0)
key_expire(sav);