Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23173
b: refs/heads/master
c: b30bd28
h: refs/heads/master
i:
  23171: 7445a80
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Mar 23, 2006
1 parent 59a13d5 commit 71e7047
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: 1ae39a430b692552e5aceb63fa35ce95fcbadc6a
refs/heads/master: b30bd282cbf5c46247a279a2e8d2aae027d9f1bf
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ int ip6_output(struct sk_buff *skb)
int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,
struct ipv6_txoptions *opt, int ipfragok)
{
struct ipv6_pinfo *np = sk ? inet6_sk(sk) : NULL;
struct ipv6_pinfo *np = inet6_sk(sk);
struct in6_addr *first_hop = &fl->fl6_dst;
struct dst_entry *dst = skb->dst;
struct ipv6hdr *hdr;
Expand Down

0 comments on commit 71e7047

Please sign in to comment.