commit | 4135ab8208048a1586385fae1298726d7dacfc26 | [log] [tgz] |
---|---|---|
author | Octavian Purdila <octavian.purdila@intel.com> | Sat Jun 28 21:20:54 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 29 23:46:38 2014 -0700 |
tree | 742437711ba18086d42d3933b886dd9b23e73e57 | |
parent | 9e1a21b69394b677bd9b144bb638f6c660f77ed2 [diff] |
tcp: tcp_conn_request: fix build error when IPv6 is disabled Fixes build error introduced by commit 1fb6f159fd21c64 (tcp: add tcp_conn_request): net/ipv4/tcp_input.c: In function 'pr_drop_req': net/ipv4/tcp_input.c:5889:130: error: 'struct sock_common' has no member named 'skc_v6_daddr' Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Octavian Purdila <octavian.purdila@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>