diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-21 02:22:26 +0100 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 06:27:00 +0100 |
commit | 74af924ab6562717ef9aab1061ec05bbbf31d979 (patch) | |
tree | 2b54dcf770bfb94396c76931026189b908dc940f /net/sctp/bind_addr.c | |
parent | [SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr(). (diff) | |
download | linux-74af924ab6562717ef9aab1061ec05bbbf31d979.tar.xz linux-74af924ab6562717ef9aab1061ec05bbbf31d979.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/bind_addr.c')
-rw-r--r-- | net/sctp/bind_addr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sctp/bind_addr.c b/net/sctp/bind_addr.c index d6664dd30e56..00994158e496 100644 --- a/net/sctp/bind_addr.c +++ b/net/sctp/bind_addr.c @@ -163,8 +163,6 @@ int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, if (!addr->a.v4.sin_port) addr->a.v4.sin_port = htons(bp->port); - flip_to_h(&addr->a_h, &addr->a); - addr->use_as_src = use_as_src; INIT_LIST_HEAD(&addr->list); |