Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131206
b: refs/heads/master
c: 20461c1
h: refs/heads/master
v: v3
  • Loading branch information
Noriaki TAKAMIYA authored and David S. Miller committed Feb 9, 2009
1 parent 82202f5 commit 1b90de2
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: 8707bdd48ab705a459ac1b12014075a139d1d4f9
refs/heads/master: 20461c1740cac5e02733221c9f653098a703f55a
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ static struct ip6_tnl *ip6_tnl_create(struct net *net, struct ip6_tnl_parm *p)
}

t = netdev_priv(dev);
ip6_tnl_dev_init(dev);
t->parms = *p;
ip6_tnl_dev_init(dev);

if ((err = register_netdevice(dev)) < 0)
goto failed_free;
Expand Down

0 comments on commit 1b90de2

Please sign in to comment.