]> Git Repo - linux.git/commit
tcp: Remove redundant copy of MD5 authentication key
authorJohn Dykstra <[email protected]>
Wed, 19 Aug 2009 09:47:41 +0000 (09:47 +0000)
committerDavid S. Miller <[email protected]>
Sat, 29 Aug 2009 07:19:25 +0000 (00:19 -0700)
commit9a7030b76ab3c2b23b1629c49b6df33fb5aed305
tree4deccd774c78070f72fc851228d10bf7c36d5211
parentfd3ae5e8fc5e947a9f151e80a65763a24b6368a9
tcp: Remove redundant copy of MD5 authentication key

Remove the copy of the MD5 authentication key from tcp_check_req().
This key has already been copied by tcp_v4_syn_recv_sock() or
tcp_v6_syn_recv_sock().

Signed-off-by: John Dykstra <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/tcp_minisocks.c
This page took 0.0425 seconds and 4 git commands to generate.