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:
Cy Schubert 2019-06-26 00:53:49 +00:00
parent 2637412cbc
commit 65f07d9976
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349401
2 changed files with 0 additions and 5 deletions

View File

@ -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;
}

View File

@ -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