VirtualBox

Ignore:
Timestamp:
Apr 3, 2014 9:58:38 PM (11 years ago)
Author:
vboxsync
Message:

NAT: Undo the second hunk of r92637, nested LIST_FOREACH already does
the right thing when LIST_EMPTY.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/bootp.c

    r50689 r50969  
    317317    }
    318318
    319     if (   pData->fPassDomain
    320         && !pData->fUseHostResolver
    321         && !LIST_EMPTY(&pData->pDomainList))
     319    if (pData->fPassDomain && !pData->fUseHostResolver)
    322320    {
    323321        LIST_FOREACH(dd, &pData->pDomainList, dd_list)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette