diff options
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r-- | net/sctp/sm_make_chunk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index 5d6a03fad378..7fe971e30ad6 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c | |||
@@ -1830,7 +1830,8 @@ no_hmac: | |||
1830 | /* Also, add the destination address. */ | 1830 | /* Also, add the destination address. */ |
1831 | if (list_empty(&retval->base.bind_addr.address_list)) { | 1831 | if (list_empty(&retval->base.bind_addr.address_list)) { |
1832 | sctp_add_bind_addr(&retval->base.bind_addr, &chunk->dest, | 1832 | sctp_add_bind_addr(&retval->base.bind_addr, &chunk->dest, |
1833 | SCTP_ADDR_SRC, GFP_ATOMIC); | 1833 | sizeof(chunk->dest), SCTP_ADDR_SRC, |
1834 | GFP_ATOMIC); | ||
1834 | } | 1835 | } |
1835 | 1836 | ||
1836 | retval->next_tsn = retval->c.initial_tsn; | 1837 | retval->next_tsn = retval->c.initial_tsn; |