[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(racoon 932) Re: s/lifetime/lifebyte/
I haved applyedit , thank you.
> Just a small fix. I haven't tested it, but it should be right.
>
> --- ipsec_doi.c.org Thu Apr 14 10:19:45 2005
> +++ ipsec_doi.c Thu Apr 14 10:19:45 2005
> @@ -621,7 +621,7 @@
> case IPSECDOI_ATTR_SA_LD_TYPE_KB:
> sa->lifebyte = ipsecdoi_set_ld(val);
> vfree(val);
> - if (sa->lifetime == 0) {
> + if (sa->lifebyte == 0) {
> plog(LLV_ERROR, LOCATION, NULL,
> "invalid life duration.\n");
> goto err;
>
> - EOF -
>