Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4633
b: refs/heads/master
c: 0b7f22a
h: refs/heads/master
i:
  4631: c6b5e49
v: v3
  • Loading branch information
Olaf Kirch authored and David S. Miller committed Jul 12, 2005
1 parent 34d51f1 commit 41135d2
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: af9debd461d10fe582c9c0e80eafa69f698331ed
refs/heads/master: 0b7f22aab4e960c75e82ad696ef852f9b0015e7d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ static void ip_handle_martian_source(struct net_device *dev,
printk(KERN_WARNING "martian source %u.%u.%u.%u from "
"%u.%u.%u.%u, on dev %s\n",
NIPQUAD(daddr), NIPQUAD(saddr), dev->name);
if (dev->hard_header_len) {
if (dev->hard_header_len && skb->mac.raw) {
int i;
unsigned char *p = skb->mac.raw;
printk(KERN_WARNING "ll header: ");
Expand Down

0 comments on commit 41135d2

Please sign in to comment.