commit | b52e69217b5a02469f8431934f59c0d7103dd32f | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Apr 09 14:36:42 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 09 18:11:16 2015 -0400 |
tree | 68572541dc65897b236287db2a0fd5af166370fe | |
parent | 2e9095234daa5ac3aa5f53f66b00c92d32271343 [diff] |
tcp: md5: fix a typo in tcp_v4_md5_lookup() Lookup key for tcp_md5_do_lookup() has to be taken from addr_sk, not sk (which can be the listener) Fixes: fd3a154a00fb ("tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>