Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102706
b: refs/heads/master
c: e57dce6
h: refs/heads/master
v: v3
  • Loading branch information
Fabian Hugelshofer authored and David S. Miller committed Jun 9, 2008
1 parent 1b3d33a commit 10d2786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 718d4ad98e272daebc258e49dc02f52a6a8de9d3
refs/heads/master: e57dce60c7478fdeeb9a1ebd311261ec901afe4d
6 changes: 3 additions & 3 deletions trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,14 +475,14 @@ static int ctnetlink_conntrack_event(struct notifier_block *this,
if (ctnetlink_dump_id(skb, ct) < 0)
goto nla_put_failure;

if (ctnetlink_dump_status(skb, ct) < 0)
goto nla_put_failure;

if (events & IPCT_DESTROY) {
if (ctnetlink_dump_counters(skb, ct, IP_CT_DIR_ORIGINAL) < 0 ||
ctnetlink_dump_counters(skb, ct, IP_CT_DIR_REPLY) < 0)
goto nla_put_failure;
} else {
if (ctnetlink_dump_status(skb, ct) < 0)
goto nla_put_failure;

if (ctnetlink_dump_timeout(skb, ct) < 0)
goto nla_put_failure;

Expand Down

0 comments on commit 10d2786

Please sign in to comment.