diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index dd7bdde7bddc..eab10bc7ff87 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1007,8 +1007,8 @@ static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb) | |||
1007 | (TCPOPT_MD5SIG << 8) | | 1007 | (TCPOPT_MD5SIG << 8) | |
1008 | TCPOLEN_MD5SIG); | 1008 | TCPOLEN_MD5SIG); |
1009 | tcp_v6_md5_hash_hdr((__u8 *)&opt[1], key, | 1009 | tcp_v6_md5_hash_hdr((__u8 *)&opt[1], key, |
1010 | &ipv6_hdr(skb)->daddr, | 1010 | &ipv6_hdr(skb)->saddr, |
1011 | &ipv6_hdr(skb)->saddr, t1); | 1011 | &ipv6_hdr(skb)->daddr, t1); |
1012 | } | 1012 | } |
1013 | #endif | 1013 | #endif |
1014 | 1014 | ||