Signed-off-by: Ken-ichirou MATSUZAWA <chamas@xxxxxxxxxxxxx> --- src/conntrack/parse_mnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conntrack/parse_mnl.c b/src/conntrack/parse_mnl.c index 5da9933..2582cd7 100644 --- a/src/conntrack/parse_mnl.c +++ b/src/conntrack/parse_mnl.c @@ -766,7 +766,7 @@ nfct_parse_timestamp(const struct nlattr *attr, struct nf_conntrack *ct) } 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); } -- 2.1.4 -- 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