mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove redundant check.
MFC after: 3 days
This commit is contained in:
parent
2c213c2e75
commit
60017c8e88
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue