Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264167
b: refs/heads/master
c: 67928c4
h: refs/heads/master
i:
  264165: 86e3ca8
  264163: 3aeae0b
  264159: f2dc179
v: v3
  • Loading branch information
Ben Greear authored and David S. Miller committed Sep 27, 2011
1 parent afe5998 commit 81b69c9
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: fbe58186901155c0cb5398dd343337be0c456c04
refs/heads/master: 67928c4041606f02725f3c95c4c0404e4532df1b
4 changes: 3 additions & 1 deletion trunk/net/ipv6/ip6mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,10 @@ static netdev_tx_t reg_vif_xmit(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);
dev->stats.tx_bytes += skb->len;
Expand Down

0 comments on commit 81b69c9

Please sign in to comment.