tcp: Remove redundant copy of MD5 authentication key
authorJohn Dykstra <john.dykstra1@gmail.com>
Wed, 19 Aug 2009 09:47:41 +0000 (09:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Aug 2009 07:19:25 +0000 (00:19 -0700)
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 <john.dykstra1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_minisocks.c

Simple merge