Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33966
b: refs/heads/master
c: e012d51
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Sep 18, 2006
1 parent 85d5d5c commit 3c0f5f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: b552216ff1340a056aa0e12da68203902ae81d2c
refs/heads/master: e012d51cbc41c5e603d7850c82acb0dad9e450dd
4 changes: 2 additions & 2 deletions trunk/net/ipv6/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void icmpv6_send(struct sk_buff *skb, int type, int code, __u32 info,
if (hlimit < 0)
hlimit = ipv6_get_hoplimit(dst->dev);

tclass = np->cork.tclass;
tclass = np->tclass;
if (tclass < 0)
tclass = 0;

Expand Down Expand Up @@ -497,7 +497,7 @@ static void icmpv6_echo_reply(struct sk_buff *skb)
if (hlimit < 0)
hlimit = ipv6_get_hoplimit(dst->dev);

tclass = np->cork.tclass;
tclass = np->tclass;
if (tclass < 0)
tclass = 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ static int rawv6_sendmsg(struct kiocb *iocb, struct sock *sk,
}

if (tclass < 0) {
tclass = np->cork.tclass;
tclass = np->tclass;
if (tclass < 0)
tclass = 0;
}
Expand Down

0 comments on commit 3c0f5f2

Please sign in to comment.