|
@@ -3014,7 +3014,7 @@ static __be16 sctp_process_asconf_param(struct sctp_association *asoc,
|
|
* an Error Cause TLV set to the new error code 'Request to
|
|
* an Error Cause TLV set to the new error code 'Request to
|
|
* Delete Source IP Address'
|
|
* Delete Source IP Address'
|
|
*/
|
|
*/
|
|
- if (sctp_cmp_addr_exact(sctp_source(asconf), &addr))
|
|
|
|
|
|
+ if (sctp_cmp_addr_exact(&asconf->source, &addr))
|
|
return SCTP_ERROR_DEL_SRC_IP;
|
|
return SCTP_ERROR_DEL_SRC_IP;
|
|
|
|
|
|
/* Section 4.2.2
|
|
/* Section 4.2.2
|