diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 17:24:02 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:27:05 -0800 |
commit | 516b20ee2d4df76e7f76332e161a25c70e8f7bea (patch) | |
tree | 96177f1c875ffabc7d68fa3ae00320abbbd1862e /net/sctp | |
parent | 9fd76494855c974e9079e9812ba5ecf88dedab38 (diff) | |
download | linux-3.10-516b20ee2d4df76e7f76332e161a25c70e8f7bea.tar.gz linux-3.10-516b20ee2d4df76e7f76332e161a25c70e8f7bea.tar.bz2 linux-3.10-516b20ee2d4df76e7f76332e161a25c70e8f7bea.zip |
[SCTP]: ->a_h is gone now.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index 05ab5e9c7c4..3e5936a5f67 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c @@ -62,7 +62,6 @@ static struct sctp_transport *sctp_transport_init(struct sctp_transport *peer, { /* Copy in the address. */ peer->ipaddr = *addr; - flip_to_h(&peer->ipaddr_h, &peer->ipaddr); peer->af_specific = sctp_get_af_specific(addr->sa.sa_family); peer->asoc = NULL; |