VirtualBox

Changeset 50002 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Dec 25, 2013 2:10:51 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91436
Message:

VBoxNetLwipNAT::init: fix begin/end pasto in the condition of the loop
over IPv4 loopback mappings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r49842 r50002  
    757757        unsigned long i = 0;
    758758        for (AddressToOffsetMapping::iterator it = tmp.begin();
    759              it != tmp.begin() && i < RT_ELEMENTS(m_lo2off);
     759             it != tmp.end() && i < RT_ELEMENTS(m_lo2off);
    760760             ++it, ++i)
    761761        {
Note: See TracChangeset for help on using the changeset viewer.

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