mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
While working on PR/238796 I discovered an unused variable in frdest,
the next hop structure. It is likely this contributes to PR/238796 though other factors remain to be investigated. PR: 238796 MFC after: 1 week
This commit is contained in:
parent
2637412cbc
commit
65f07d9976
2 changed files with 0 additions and 5 deletions
|
|
@ -7474,10 +7474,6 @@ ipf_resolvedest(softc, base, fdp, v)
|
|||
}
|
||||
fdp->fd_ptr = ifp;
|
||||
|
||||
if ((ifp != NULL) && (ifp != (void *)-1)) {
|
||||
fdp->fd_local = ipf_deliverlocal(softc, v, ifp, &fdp->fd_ip6);
|
||||
}
|
||||
|
||||
return errval;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -560,7 +560,6 @@ typedef struct frdest {
|
|||
addrfamily_t fd_addr;
|
||||
fr_dtypes_t fd_type;
|
||||
int fd_name;
|
||||
int fd_local;
|
||||
} frdest_t;
|
||||
|
||||
#define fd_ip6 fd_addr.adf_addr
|
||||
|
|
|
|||
Loading…
Reference in a new issue