Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264164
b: refs/heads/master
c: 2015de5
h: refs/heads/master
v: v3
  • Loading branch information
Ben Greear authored and David S. Miller committed Sep 27, 2011
1 parent 3aeae0b commit 0651218
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 29453f65a4d0a46190dedf93ab31717d4c26bda6
refs/heads/master: 2015de5fe2a47086a3260802275932bfd810884e
4 changes: 3 additions & 1 deletion trunk/net/ipv6/ip6mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,8 +2052,10 @@ int ip6_mr_input(struct sk_buff *skb)
int err;

err = ip6mr_fib_lookup(net, &fl6, &mrt);
if (err < 0)
if (err < 0) {
kfree_skb(skb);
return err;
}

read_lock(&mrt_lock);
cache = ip6mr_cache_find(mrt,
Expand Down

0 comments on commit 0651218

Please sign in to comment.