Remove redundant check.

MFC after:		3 days
This commit is contained in:
Michael Tuexen 2020-05-18 18:27:10 +00:00
parent 2c213c2e75
commit 60017c8e88
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361221

View File

@ -3026,10 +3026,6 @@ sctp_check_address_list_ep(struct sctp_tcb *stcb, struct mbuf *m, int offset,
"check_addr_list_ep: laddr->ifa is NULL");
continue;
}
if (laddr->ifa == NULL) {
SCTPDBG(SCTP_DEBUG_ASCONF1, "check_addr_list_ep: laddr->ifa->ifa_addr is NULL");
continue;
}
/* do i have it implicitly? */
if (sctp_cmpaddr(&laddr->ifa->address.sa, init_addr)) {
continue;