Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194940
b: refs/heads/master
c: 902a3dd
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Patrick McHardy committed Apr 1, 2010
1 parent a0efc0e commit aa0eece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d26e6a02835affa8bafe09a51e37f9fbc339e415
refs/heads/master: 902a3dd5e6b19048604ec533203d7d38a39505a2
3 changes: 2 additions & 1 deletion trunk/net/ipv4/netfilter/ipt_CLUSTERIP.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,8 @@ static void *clusterip_seq_next(struct seq_file *s, void *v, loff_t *pos)

static void clusterip_seq_stop(struct seq_file *s, void *v)
{
kfree(v);
if (!IS_ERR(v))
kfree(v);
}

static int clusterip_seq_show(struct seq_file *s, void *v)
Expand Down

0 comments on commit aa0eece

Please sign in to comment.