Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263225
b: refs/heads/master
c: 8919bc1
h: refs/heads/master
i:
  263223: 1d2c863
v: v3
  • Loading branch information
Jamal Hadi Salim authored and David S. Miller committed Aug 18, 2011
1 parent 83d8080 commit 6ad46b2
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: c2bceb3d7f145af5a0916bea700f2f9d380901ea
refs/heads/master: 8919bc13e8d92c5b082c5c0321567383a071f5bc
3 changes: 1 addition & 2 deletions trunk/net/sched/act_mirred.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ static int tcf_mirred(struct sk_buff *skb, const struct tc_action *a,

skb2->skb_iif = skb->dev->ifindex;
skb2->dev = dev;
dev_queue_xmit(skb2);
err = 0;
err = dev_queue_xmit(skb2);

out:
if (err) {
Expand Down

0 comments on commit 6ad46b2

Please sign in to comment.