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
@ -7474,10 +7474,6 @@ ipf_resolvedest(softc, base, fdp, v)
|
|||||||
}
|
}
|
||||||
fdp->fd_ptr = ifp;
|
fdp->fd_ptr = ifp;
|
||||||
|
|
||||||
if ((ifp != NULL) && (ifp != (void *)-1)) {
|
|
||||||
fdp->fd_local = ipf_deliverlocal(softc, v, ifp, &fdp->fd_ip6);
|
|
||||||
}
|
|
||||||
|
|
||||||
return errval;
|
return errval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -560,7 +560,6 @@ typedef struct frdest {
|
|||||||
addrfamily_t fd_addr;
|
addrfamily_t fd_addr;
|
||||||
fr_dtypes_t fd_type;
|
fr_dtypes_t fd_type;
|
||||||
int fd_name;
|
int fd_name;
|
||||||
int fd_local;
|
|
||||||
} frdest_t;
|
} frdest_t;
|
||||||
|
|
||||||
#define fd_ip6 fd_addr.adf_addr
|
#define fd_ip6 fd_addr.adf_addr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user