Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150211
b: refs/heads/master
c: a186d2a
h: refs/heads/master
i:
  150209: 1acfc9a
  150207: ea865d3
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed May 17, 2009
1 parent fef6556 commit dfe5e64
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: 3699a1c7d42f9a694bb512d91ca457f363a48e38
refs/heads/master: a186d2aead8beb164ddb76245d189c66f7021b59
2 changes: 1 addition & 1 deletion trunk/net/llc/af_llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ static int llc_ui_getname(struct socket *sock, struct sockaddr *uaddr,

if (llc->dev) {
sllc.sllc_arphrd = llc->dev->type;
memcpy(&sllc.sllc_mac, &llc->dev->dev_addr,
memcpy(&sllc.sllc_mac, llc->dev->dev_addr,
IFHWADDRLEN);
}
}
Expand Down

0 comments on commit dfe5e64

Please sign in to comment.