Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96608
b: refs/heads/master
c: 1eedf69
h: refs/heads/master
v: v3
  • Loading branch information
Eric Leblond authored and David S. Miller committed May 14, 2008
1 parent 813d85e commit 3b7cf98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 332223831e86b2e17b48b4afafad07d8e3b73861
refs/heads/master: 1eedf69993d4016428fd99ffd619e73b374be3c1
3 changes: 3 additions & 0 deletions trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,9 @@ static int ctnetlink_conntrack_event(struct notifier_block *this,
goto nla_put_failure;
nla_nest_end(skb, nest_parms);

if (ctnetlink_dump_id(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)
Expand Down

0 comments on commit 3b7cf98

Please sign in to comment.