aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sctp/sm_make_chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index 58eb27fed4b4..37406039820f 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -3014,7 +3014,7 @@ static __be16 sctp_process_asconf_param(struct sctp_association *asoc,
3014 * an Error Cause TLV set to the new error code 'Request to 3014 * an Error Cause TLV set to the new error code 'Request to
3015 * Delete Source IP Address' 3015 * Delete Source IP Address'
3016 */ 3016 */
3017 if (sctp_cmp_addr_exact(sctp_source(asconf), &addr)) 3017 if (sctp_cmp_addr_exact(&asconf->source, &addr))
3018 return SCTP_ERROR_DEL_SRC_IP; 3018 return SCTP_ERROR_DEL_SRC_IP;
3019 3019
3020 /* Section 4.2.2 3020 /* Section 4.2.2