Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122699
b: refs/heads/master
c: 8da73b7
h: refs/heads/master
i:
  122697: 6136809
  122695: 55c9244
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Dec 15, 2008
1 parent 5682f0d commit 430c036
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 448eb71f40120a8fd11ebd58153c271c63e6f862
refs/heads/master: 8da73b73ef29d537ba09f29393cd68707833e746
3 changes: 1 addition & 2 deletions trunk/net/ipv6/ip6mr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,8 +1501,7 @@ static int ip6mr_forward2(struct sk_buff *skb, struct mfc6_cache *c, int vifi)
vif->dev->stats.tx_bytes += skb->len;
vif->dev->stats.tx_packets++;
ip6mr_cache_report(net, skb, vifi, MRT6MSG_WHOLEPKT);
kfree_skb(skb);
return 0;
goto out_free;
}
#endif

Expand Down

0 comments on commit 430c036

Please sign in to comment.