Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377002
b: refs/heads/master
c: 37bc4f8
h: refs/heads/master
v: v3
  • Loading branch information
Pablo Neira Ayuso committed Jun 5, 2013
1 parent 487b238 commit d0b2d49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 991a6b735ff47710769545b11e481bb140b2e6f7
refs/heads/master: 37bc4f8dfa72fb43b84381abca39cfdbbc8ff2df
7 changes: 5 additions & 2 deletions trunk/net/netfilter/nfnetlink_cttimeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,12 @@ ctnl_timeout_dump(struct sk_buff *skb, struct netlink_callback *cb)

rcu_read_lock();
list_for_each_entry_rcu(cur, &cttimeout_list, head) {
if (last && cur != last)
continue;
if (last) {
if (cur != last)
continue;

last = NULL;
}
if (ctnl_timeout_fill_info(skb, NETLINK_CB(cb->skb).portid,
cb->nlh->nlmsg_seq,
NFNL_MSG_TYPE(cb->nlh->nlmsg_type),
Expand Down

0 comments on commit d0b2d49

Please sign in to comment.