VirtualBox

Changeset 107440 in vbox


Ignore:
Timestamp:
Jan 6, 2025 6:43:28 PM (12 days ago)
Author:
vboxsync
Message:

Main/src-server/NATNetworkImpl.cpp: Fixed a warning found by Parfait. jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp

    r106061 r107440  
    10821082    for (off = 1; off < ~netmask.u; ++off)
    10831083    {
    1084         bool skip = false;
    10851084        for (settings::NATLoopbackOffsetList::iterator it = m->s.llHostLoopbackOffsetList.begin();
    10861085             it != m->s.llHostLoopbackOffsetList.end();
     
    10881087        {
    10891088            if ((*it).u32Offset == off)
    1090             {
    1091                 skip = true;
    1092                 break;
    1093             }
    1094 
     1089                continue;
    10951090        }
    1096 
    1097         if (skip)
    1098             continue;
    10991091
    11001092        if (off == m->offGateway)
     
    11051097                continue;
    11061098        }
    1107 
    1108         if (off == m->offDhcp)
     1099        else if (off == m->offDhcp)
    11091100        {
    11101101            if (addrType == ADDR_DHCP)
     
    11131104                continue;
    11141105        }
    1115 
    1116         if (!skip)
     1106        else
    11171107            break;
    11181108    }
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