Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112245
b: refs/heads/master
c: fa3e5b4
h: refs/heads/master
i:
  112243: 45f3ef0
v: v3
  • Loading branch information
Guo-Fu Tseng authored and David S. Miller committed Oct 10, 2008
1 parent 1a07c01 commit 265f65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: bb21c95e2d3325fcb53c591686dbbf4068a165bc
refs/heads/master: fa3e5b4eb8261ae6ee27922881093db973e9d640
6 changes: 1 addition & 5 deletions trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,9 +1036,7 @@ static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb)
{
struct tcphdr *th = tcp_hdr(skb);
u32 seq = 0, ack_seq = 0;
#ifdef CONFIG_TCP_MD5SIG
struct tcp_md5sig_key *key;
#endif
struct tcp_md5sig_key *key = NULL;

if (th->rst)
return;
Expand All @@ -1049,8 +1047,6 @@ static void tcp_v6_send_reset(struct sock *sk, struct sk_buff *skb)
#ifdef CONFIG_TCP_MD5SIG
if (sk)
key = tcp_v6_md5_do_lookup(sk, &ipv6_hdr(skb)->daddr);
else
key = NULL;
#endif

if (th->ack)
Expand Down

0 comments on commit 265f65d

Please sign in to comment.