aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-20 17:09:01 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:26:42 -0800
commitf235fca389f23cd6c9e0f466611bb2d6a05ae758 (patch)
tree7a08efd99e531d4b0d2db4e2ef188a116e0fbb44 /net/sctp/input.c
parente2fccedb0136205d02e97a41851503e2b96d2a17 (diff)
downloadkernel_samsung_smdk4412-f235fca389f23cd6c9e0f466611bb2d6a05ae758.zip
kernel_samsung_smdk4412-f235fca389f23cd6c9e0f466611bb2d6a05ae758.tar.gz
kernel_samsung_smdk4412-f235fca389f23cd6c9e0f466611bb2d6a05ae758.tar.bz2
[SCTP]: sctp_init_addrs() switched to net-endian.
Caller adjusted. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/input.c')
-rw-r--r--net/sctp/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c
index 85b3441..0e5ac5e 100644
--- a/net/sctp/input.c
+++ b/net/sctp/input.c
@@ -245,7 +245,7 @@ int sctp_rcv(struct sk_buff *skb)
chunk->sctp_hdr = sh;
/* Set the source and destination addresses of the incoming chunk. */
- sctp_init_addrs(chunk, &src, &dest);
+ sctp_init_addrs(chunk, &tmp2, &tmp);
/* Remember where we came from. */
chunk->transport = transport;