Re: [PATCH lnf-ct] conntrack: fix stop timestamp assignment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ken-ichirou MATSUZAWA <chamaken@xxxxxxxxx> wrote:
>  	if (tb[CTA_TIMESTAMP_STOP]) {
>  		ct->timestamp.stop =
> -			be64toh(mnl_attr_get_u64(tb[CTA_TIMESTAMP_START]));
> +			be64toh(mnl_attr_get_u64(tb[CTA_TIMESTAMP_STOP]));
>  		set_bit(ATTR_TIMESTAMP_STOP, ct->head.set);

Good catch, applied, thanks a lot!
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux