Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14999
b: refs/heads/master
c: 2fdf1fa
h: refs/heads/master
i:
  14997: e085fff
  14995: 53ef83d
  14991: ec9790f
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Dec 5, 2005
1 parent 448e3a0 commit 223dff8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 266c8543480e2202ab63d1d604a5ca049f350cd8
refs/heads/master: 2fdf1faa8e33082d691bcba18814276f2bd5a6f0
6 changes: 2 additions & 4 deletions trunk/net/ipv4/netfilter/ip_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -728,11 +728,9 @@ ctnetlink_del_conntrack(struct sock *ctnl, struct sk_buff *skb,
return -ENOENT;
}
}
if (del_timer(&ct->timeout)) {
ip_conntrack_put(ct);
if (del_timer(&ct->timeout))
ct->timeout.function((unsigned long)ct);
return 0;
}

ip_conntrack_put(ct);
DEBUGP("leaving\n");

Expand Down

0 comments on commit 223dff8

Please sign in to comment.