Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75268
b: refs/heads/master
c: 44344b2
h: refs/heads/master
v: v3
  • Loading branch information
Mark McLoughlin authored and David S. Miller committed Jan 4, 2008
1 parent b18bf29 commit 89b91bf
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: 14be85f555fa53a3b80119569e4c2fe88aa9fd3e
refs/heads/master: 44344b2a85f03326c7047a8c861b0c625c674839
2 changes: 1 addition & 1 deletion trunk/net/ipv4/devinet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ static void inetdev_changename(struct net_device *dev, struct in_device *in_dev)
memcpy(ifa->ifa_label, dev->name, IFNAMSIZ);
if (named++ == 0)
continue;
dot = strchr(ifa->ifa_label, ':');
dot = strchr(old, ':');
if (dot == NULL) {
sprintf(old, ":%d", named);
dot = old;
Expand Down

0 comments on commit 89b91bf

Please sign in to comment.