Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74213
b: refs/heads/master
c: 77adefd
h: refs/heads/master
i:
  74211: f051cbc
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Nov 21, 2007
1 parent 7cc9a53 commit 1e292ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: aacbe8c8800adfea42eb754396c6ebcd992cb36a
refs/heads/master: 77adefdc9863d63f8d8bdc6a9adcdf9a6b0e2410
6 changes: 2 additions & 4 deletions trunk/net/ipv6/tcp_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,6 @@ static int tcp_v6_md5_do_del(struct sock *sk, struct in6_addr *peer)
kfree(tp->md5sig_info->keys6);
tp->md5sig_info->keys6 = NULL;
tp->md5sig_info->alloced6 = 0;

tcp_free_md5sig_pool();

return 0;
} else {
/* shrink the database */
if (tp->md5sig_info->entries6 != i)
Expand All @@ -649,6 +645,8 @@ static int tcp_v6_md5_do_del(struct sock *sk, struct in6_addr *peer)
(tp->md5sig_info->entries6 - i)
* sizeof (tp->md5sig_info->keys6[0]));
}
tcp_free_md5sig_pool();
return 0;
}
}
return -ENOENT;
Expand Down

0 comments on commit 1e292ca

Please sign in to comment.