mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
Remove superfluous statement.
This commit is contained in:
parent
850f4860e2
commit
cfe6cb9694
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83093
@ -352,7 +352,6 @@ pxe_setup_nfsdiskless()
|
||||
return;
|
||||
}
|
||||
ifa = NULL;
|
||||
ifp = TAILQ_FIRST(&ifnet);
|
||||
TAILQ_FOREACH(ifp, &ifnet, if_link) {
|
||||
TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link) {
|
||||
if ((ifa->ifa_addr->sa_family == AF_LINK) &&
|
||||
|
@ -352,7 +352,6 @@ pxe_setup_nfsdiskless()
|
||||
return;
|
||||
}
|
||||
ifa = NULL;
|
||||
ifp = TAILQ_FIRST(&ifnet);
|
||||
TAILQ_FOREACH(ifp, &ifnet, if_link) {
|
||||
TAILQ_FOREACH(ifa, &ifp->if_addrhead, ifa_link) {
|
||||
if ((ifa->ifa_addr->sa_family == AF_LINK) &&
|
||||
|
Loading…
Reference in New Issue
Block a user