Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9448
b: refs/heads/master
c: 01d40f2
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 29, 2005
1 parent 28aecef commit 9667a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 735631a9196db42631b8817892605ee72e13a58b
refs/heads/master: 01d40f28b125e0a9aa0ec24642be67fc4c5dfaff
2 changes: 1 addition & 1 deletion trunk/net/ethernet/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ __be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev)
*/

else if(1 /*dev->flags&IFF_PROMISC*/) {
if (unlikely(!compare_eth_addr(eth->h_dest, dev->dev_addr)))
if (unlikely(compare_eth_addr(eth->h_dest, dev->dev_addr)))
skb->pkt_type = PACKET_OTHERHOST;
}

Expand Down

0 comments on commit 9667a3f

Please sign in to comment.