Changeset 87723 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Feb 11, 2021 1:55:09 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r87710 r87723 635 635 * Process mappings of the form "127.x.y.z=off" 636 636 */ 637 size_t dst = 0;637 unsigned int dst = 0; /* typeof(ip4_lomap_desc::num_lomap) */ 638 638 for (size_t i = 0; i < aStrLocalMappings.size(); ++i) 639 639 {
Note:
See TracChangeset
for help on using the changeset viewer.