From: John Dykstra Date: Wed, 19 Aug 2009 09:47:41 +0000 (+0000) Subject: tcp: Remove redundant copy of MD5 authentication key X-Git-Tag: v2.6.32-rc1~703^2~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7030b76ab3c2b23b1629c49b6df33fb5aed305;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed