aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 17:10:03 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:26:45 -0800
commitb488c7dd58f61e07b54e5d286c7b45c43dd52f1a (patch)
tree831da2d58f8f2eadaad340dd936074ad13fe4f97 /net/sctp/associola.c
parent[SCTP]: Switch ->from_skb() to net-endian. (diff)
downloadlinux-dev-b488c7dd58f61e07b54e5d286c7b45c43dd52f1a.tar.xz
linux-dev-b488c7dd58f61e07b54e5d286c7b45c43dd52f1a.zip
[SCTP]: sctp_transport_{init,new}() switched to net-endian.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/associola.c')
-rw-r--r--net/sctp/associola.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c
index 4bd916c808c1..7824aeaa3d60 100644
--- a/net/sctp/associola.c
+++ b/net/sctp/associola.c
@@ -564,7 +564,7 @@ struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc,
return peer;
}
- peer = sctp_transport_new(addr, gfp);
+ peer = sctp_transport_new(&tmp, gfp);
if (!peer)
return NULL;