Changeset 50002 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Dec 25, 2013 2:10:51 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r49842 r50002 757 757 unsigned long i = 0; 758 758 for (AddressToOffsetMapping::iterator it = tmp.begin(); 759 it != tmp. begin() && i < RT_ELEMENTS(m_lo2off);759 it != tmp.end() && i < RT_ELEMENTS(m_lo2off); 760 760 ++it, ++i) 761 761 {
Note:
See TracChangeset
for help on using the changeset viewer.