diff options
Diffstat (limited to 'net/sctp/input.c')
-rw-r--r-- | net/sctp/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c index 85b3441c4a23..0e5ac5e42c96 100644 --- a/net/sctp/input.c +++ b/net/sctp/input.c | |||
@@ -245,7 +245,7 @@ int sctp_rcv(struct sk_buff *skb) | |||
245 | chunk->sctp_hdr = sh; | 245 | chunk->sctp_hdr = sh; |
246 | 246 | ||
247 | /* Set the source and destination addresses of the incoming chunk. */ | 247 | /* Set the source and destination addresses of the incoming chunk. */ |
248 | sctp_init_addrs(chunk, &src, &dest); | 248 | sctp_init_addrs(chunk, &tmp2, &tmp); |
249 | 249 | ||
250 | /* Remember where we came from. */ | 250 | /* Remember where we came from. */ |
251 | chunk->transport = transport; | 251 | chunk->transport = transport; |