netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Westphal <fw@strlen.de>
To: Ken-ichirou MATSUZAWA <chamaken@gmail.com>
Cc: Florian Westphal <fw@strlen.de>,
	The netfilter developer mailinglist
	<netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH lnf-ct] conntrack: fix stop timestamp assignment
Date: Tue, 7 Jul 2015 11:50:59 +0200	[thread overview]
Message-ID: <20150707095059.GI16864@breakpoint.cc> (raw)
In-Reply-To: <20150707042904.GA7944@gmail.com>

Ken-ichirou MATSUZAWA <chamaken@gmail.com> 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!

      reply	other threads:[~2015-07-07  9:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07  4:29 [PATCH lnf-ct] conntrack: fix stop timestamp assignment Ken-ichirou MATSUZAWA
2015-07-07  9:50 ` Florian Westphal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150707095059.GI16864@breakpoint.cc \
    --to=fw@strlen.de \
    --cc=chamaken@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).