Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184562
b: refs/heads/master
c: 87557c1
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Feb 28, 2010
1 parent 40291d5 commit c63911f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4181b2c8bc29bb756ac1816678104b528377b656
refs/heads/master: 87557c18ac36241b596984589a0889c5c4bf916c
6 changes: 3 additions & 3 deletions trunk/net/bridge/br_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ int br_handle_frame_finish(struct sk_buff *skb)
if (skb2 == skb)
skb2 = skb_clone(skb, GFP_ATOMIC);

if (skb2)
br_pass_frame_up(br, skb2);

if (skb) {
if (dst)
br_forward(dst->dst, skb);
else
br_flood_forward(br, skb);
}

if (skb2)
br_pass_frame_up(br, skb2);

out:
return 0;
drop:
Expand Down

0 comments on commit c63911f

Please sign in to comment.